Skip to content

Commit

Permalink
github: Install wine32 as well as wine64 on Ubuntu
Browse files Browse the repository at this point in the history
The WDK downloader is a 32-bit Windows executable.
  • Loading branch information
ravenexp committed Feb 21, 2024
1 parent b851e8e commit ca931db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- name: Install prerequisites
run: |
sudo apt-get update && sudo apt-get install wine64 python3 msitools python3-simplejson python3-six ca-certificates cmake ninja-build winbind meson
sudo dpkg --add-architecture i386 && apt-get update
sudo apt-get install wine64 wine32 python3 msitools python3-simplejson python3-six ca-certificates cmake ninja-build winbind meson
wine64 wineboot
curl -s -L -O https://github.com/madewokherd/wine-mono/releases/download/wine-mono-5.1.1/wine-mono-5.1.1-x86.msi
wine64 msiexec /i wine-mono-5.1.1-x86.msi
Expand Down

0 comments on commit ca931db

Please sign in to comment.