Skip to content

Commit

Permalink
ci: added gcc dependency
Browse files Browse the repository at this point in the history
It wasn't needed in other launchers, what?
  • Loading branch information
krypt0nn committed Jan 20, 2024
1 parent 3ca8eb3 commit 51d325f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_source_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 libgtk-4-dev libadwaita-1-dev git curl gcc
- uses: dtolnay/rust-toolchain@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compile_release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 libgtk-4-dev libadwaita-1-dev git curl gcc
- uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 51d325f

Please sign in to comment.