ci: added cmake package

This commit is contained in:
Observer KRypt0n_ 2024-05-08 19:40:17 +02:00
parent 3af245306f
commit 2b01578209
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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: