Skip to content

Commit

Permalink
try install win32
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Jan 30, 2025
1 parent 0d94087 commit ec08019
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,13 @@ jobs:
sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
sudo apt-get install -y qemu-user
;;
"win-x86" | "win-x64")
"win-x86")
sudo apt-get install -y mingw-w64
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32:i386
;;
"win-x64")
sudo apt-get install -y mingw-w64
sudo apt-get install -y wine
;;
Expand Down

0 comments on commit ec08019

Please sign in to comment.