Skip to content

Commit

Permalink
install wine32
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohersan committed Feb 29, 2024
1 parent 0ecb863 commit 13b7693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-gh-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
uses: actions/checkout@master

- name: Wine
run: sudo apt install wine64
run: |
sudo apt install wine64
sudo dpkg --add-architecture i386 && apt-get update && apt-get install wine32
- name: Install
run: npm install
Expand Down

0 comments on commit 13b7693

Please sign in to comment.