Skip to content

Commit

Permalink
Update GitHub Action so it can build the GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuGZ committed Aug 6, 2024
1 parent 00ed3e5 commit 5e9d4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libdbus-1-dev libusb-dev libhidapi-dev libhidapi-hidraw0 pkg-config libudev-dev
packages: libdbus-1-dev libusb-dev libhidapi-dev libhidapi-hidraw0 pkg-config libudev-dev libgtk-3-dev
version: 1.0

- name: "Install Rust"
Expand Down

0 comments on commit 5e9d4ce

Please sign in to comment.