mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
ci: (must have) fixed CI work
This commit is contained in:
parent
b1a94e8f55
commit
388eef0527
2 changed files with 2 additions and 2 deletions
2
.github/workflows/check_source_code.yml
vendored
2
.github/workflows/check_source_code.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y libgtk-4-dev libadwaita-1-dev git curl
|
||||
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
|
2
.github/workflows/compile_release_build.yml
vendored
2
.github/workflows/compile_release_build.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y libgtk-4-dev libadwaita-1-dev git curl
|
||||
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue