Skip to content

Commit

Permalink
Github Actions: Install gtk dev lib
Browse files Browse the repository at this point in the history
  • Loading branch information
brianch committed Jan 21, 2024
1 parent 38fcba0 commit d0fd78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libasound2-dev
sudo apt-get install libasound2-dev libgtk-3-dev
- uses: Swatinem/rust-cache@v2
- run: cargo build --release --verbose
- name: Prepare directory to upload as an artifact
Expand Down

0 comments on commit d0fd78d

Please sign in to comment.