Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bodrovis committed Nov 2, 2024
1 parent ca1d1ab commit 07f5189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools
# if: contains(matrix.target, 'musl')
- name: Install tools
run: sudo apt-get update --yes && sudo apt-get install --yes libxi-dev libx11-dev libxcb1 libxrandr2 libdbus-1-3 libxtst-dev
run: sudo apt-get update --yes && sudo apt-get install --yes libxi-dev libx11-dev libxcb1 libxrandr2 libdbus-1-3 libxtst-dev libdbus-1-dev
if: contains(matrix.os, 'ubuntu')
- uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down

0 comments on commit 07f5189

Please sign in to comment.