From 388eef05271e04a66b6987588b566fa4dbceefb8 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 24 Mar 2024 12:30:00 +0200 Subject: [PATCH] ci: (must have) fixed CI work --- .github/workflows/check_source_code.yml | 2 +- .github/workflows/compile_release_build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_source_code.yml b/.github/workflows/check_source_code.yml index a72d2ae..9397c72 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 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: diff --git a/.github/workflows/compile_release_build.yml b/.github/workflows/compile_release_build.yml index 295a1b8..a70b8c4 100644 --- a/.github/workflows/compile_release_build.yml +++ b/.github/workflows/compile_release_build.yml @@ -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: