Skip to content

Commit

Permalink
Install wine32 too.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiw committed Oct 9, 2024
1 parent 4309902 commit 5a6e570
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:

- name: Install Wine
run: |
sudo apt install -y --install-recommends wine64
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt install -y --install-recommends wine64 wine32
- name: Install required packages
shell: bash
Expand Down

0 comments on commit 5a6e570

Please sign in to comment.