Skip to content

Commit

Permalink
Try 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Schmidt committed Jun 18, 2023
1 parent 65637ed commit bfcf92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
export WINEARCH=win32
sudo dpkg --add-architecture i386
sudo apt-get update -y
sudo apt-get install libatomic1:i386
sudo apt-get install libgcc-s1:i386
sudo apt-get install libstdc++6:i386
sudo apt-get install libatomic1:i386
sudo apt-get install wine32 -y
sudo apt-get install wine -y
sudo apt-get install winetricks -y
Expand Down

0 comments on commit bfcf92e

Please sign in to comment.