Skip to content

Commit 105c19e

Browse files
committed
test release
1 parent 0ac3a1c commit 105c19e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ jobs:
6767
uses: actions/checkout@v3
6868
- name: Install dependencies
6969
run: npm install
70+
- name: Install Wine
71+
run: |
72+
sudo dpkg --add-architecture i386
73+
sudo apt update
74+
sudo apt install -y wine64 wine32
7075
- name: Build
7176
run: npm run build
7277
- name: Build Electron App

0 commit comments

Comments
 (0)