Skip to content

Commit

Permalink
build: fix linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Mar 16, 2023
1 parent 60d518d commit d3354c4
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 @@ -23,7 +23,7 @@ jobs:
run: |
export DEBIAN_FRONTED=noninteractive
sudo apt-get -qq update
sudo apt-get install -y libxkbcommon-dev libx11-dev xserver-xorg-dev xorg-dev
sudo apt-get install -y libxdo-dev
- name: build release
uses: actions-rs/[email protected]
with:
Expand Down

0 comments on commit d3354c4

Please sign in to comment.