You've already forked AstralRinth
forked from didirus/AstralRinth
Fix build deps
This commit is contained in:
5
.github/workflows/rust-ci.yml
vendored
5
.github/workflows/rust-ci.yml
vendored
@@ -28,6 +28,11 @@ jobs:
|
|||||||
path: target/**
|
path: target/**
|
||||||
key: ${{ runner.os }}-rust-cache
|
key: ${{ runner.os }}-rust-cache
|
||||||
|
|
||||||
|
- name: Install build dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user