mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-24 13:49:34 +03:00
add libadwaita dev package
This commit is contained in:
parent
6514430d6d
commit
aa7ebf130e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildnup.yml
vendored
2
.github/workflows/buildnup.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
run: sudo apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0
|
run: sudo apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0 libadwaita-1-dev
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
|
|
Loading…
Reference in a new issue