Skip to content

Commit

Permalink
Attempt to fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Dec 12, 2024
1 parent 23a0739 commit 40af04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Set up environment
run: |
sudo apt-get update
sudo apt-get -y install pkg-config libxss-dev libusb-1.0-0-dev libudev-dev rpm musl-dev musl-tools flatpak flatpak-builder
sudo apt-get -y install pkg-config libxss-dev libusb-1.0-0-dev libudev-dev linux-headers-generic rpm musl-dev musl-tools flatpak flatpak-builder
- name: Set up Snap
run: sudo snap install snapcraft --classic
Expand Down

0 comments on commit 40af04b

Please sign in to comment.