Skip to content

Commit

Permalink
Add new libs to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Jun 17, 2024
1 parent 8105c2a commit 69b0777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install prerequisites (Linux)
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install -y libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev
run: sudo apt-get update && sudo apt-get install -y pkg-config libgtk-3-dev libappindicator3-dev libwebkit2gtk-4.0-dev libudev-dev libusb-1.0-0-dev

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 69b0777

Please sign in to comment.