Skip to content
This repository was archived by the owner on Jul 30, 2022. It is now read-only.

Commit 4b29ceb

Browse files
authored
Update electron-win-build.yml
1 parent d9d743e commit 4b29ceb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/electron-win-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- run: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv F987672F
4040
- run: sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
4141
- run: sudo apt-get install --install-recommends winehq-stable
42+
- run: sudo apt-get install Xvfb
43+
- run: Xvfb :0 -screen 0 1024x768x16 &
4244
- run: npm install
4345
- run: npm run build:win
4446
#- name: Upload a Deploy Artifact

0 commit comments

Comments
 (0)