Skip to content

Commit

Permalink
Fix wine arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 5, 2025
1 parent b7ba76a commit 7289325
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 @@ -103,7 +103,7 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends \
$(xargs < .github/workflows/deps-ubuntu-24.04-gcc.txt)
sudo apt-get install -y --no-install-recommends libwine-dev
sudo apt-get install -y --install-recommends libwine-dev
- name: Cache ccache data
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7289325

Please sign in to comment.