Skip to content

Commit

Permalink
try win 64 with wine32 installed
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohersan committed Feb 29, 2024
1 parent af74f46 commit e9eeded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-gh-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Wine
run: |
sudo apt install wine64
# sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
- name: Install
run: npm install
Expand Down

0 comments on commit e9eeded

Please sign in to comment.