Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonicrahul committed Feb 18, 2024
1 parent 9dca1e5 commit 880c36e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
sudo apt-get install wine
sudo apt-get install libwine
- name: Install Wine32 with Multiarch
run: |
sudo dpkg --add-architecture i386
sudo apt update
sudo apt install wine32
- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 880c36e

Please sign in to comment.