From 2b01578209ff6f0795759c257f60f7ae2f518e7f Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 8 May 2024 19:40:17 +0200 Subject: [PATCH] ci: added `cmake` package --- .github/workflows/check_source_code.yml | 2 +- .github/workflows/compile_release_build.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_source_code.yml b/.github/workflows/check_source_code.yml index 9397c72..575a477 100644 --- a/.github/workflows/check_source_code.yml +++ b/.github/workflows/check_source_code.yml @@ -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: diff --git a/.github/workflows/compile_release_build.yml b/.github/workflows/compile_release_build.yml index a70b8c4..80ce2e3 100644 --- a/.github/workflows/compile_release_build.yml +++ b/.github/workflows/compile_release_build.yml @@ -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: