Skip to content

Commit

Permalink
install libgtk-3-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Mar 13, 2024
1 parent 991332c commit a76788f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
toolchain: stable

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libgtk-3-dev
- name: Bundle
run: |
cargo install cargo-bundle
Expand Down

0 comments on commit a76788f

Please sign in to comment.