Skip to content

Commit

Permalink
Update dependencies for win32 build in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaltby committed Mar 15, 2024
1 parent 2814097 commit a8360a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: |
sudo dpkg --add-architecture i386
sudo apt-get -y update
sudo apt-get -y install wine wine32 mono-devel
sudo apt-get -y install wine wine64 mono-devel
yarn make:win32
mkdir -p ./out/keep
mv ./out/make/zip/win32/ia32/*.zip ./out/keep/gb-studio-${CIRCLE_BRANCH}-windows_x86.zip
Expand Down

0 comments on commit a8360a1

Please sign in to comment.