Skip to content

Commit

Permalink
Install wine on Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichTeaMan committed Jan 11, 2024
1 parent db7a306 commit 244cc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dpkg -i packages-microsoft-prod.deb
rm packages-microsoft-prod.deb
apt-get update
apt-get install -y dotnet-sdk-7.0
apt-get install -y dotnet-sdk-7.0 wine
- name: Setup
run: |
git config --global --add safe.directory $(pwd)
Expand Down

0 comments on commit 244cc12

Please sign in to comment.