mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 20:27:35 +03:00
ci: added cmake
package
This commit is contained in:
parent
3af245306f
commit
2b01578209
2 changed files with 3 additions and 3 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 build-essential libgtk-4-dev libadwaita-1-dev git curl
|
||||
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl cmake
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
|
4
.github/workflows/compile_release_build.yml
vendored
4
.github/workflows/compile_release_build.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
|||
paths: [ "src/**" ]
|
||||
|
||||
release:
|
||||
types: [published]
|
||||
types: [ published ]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
apt update
|
||||
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl
|
||||
apt install -y build-essential libgtk-4-dev libadwaita-1-dev git curl cmake
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue