Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rainlizard authored Jan 28, 2025
1 parent 56d3060 commit dd4511d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ jobs:

- name: Install Wine
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine64
sudo apt-get install -y wine wine64
- name: Verify Wine Installation
run: |
if ! command -v wine64 &> /dev/null; then
Expand Down

0 comments on commit dd4511d

Please sign in to comment.