Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
robotchangzhang committed Apr 12, 2023
1 parent dcd5c1a commit 1dd52da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install Wine
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine64
- name: Install Electron Packager
run: npm install electron-packager -g

Expand Down

0 comments on commit 1dd52da

Please sign in to comment.