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

Commit

Permalink
Update electron-win-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmagur1203 authored Jul 15, 2021
1 parent d9d743e commit 4b29ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/electron-win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- run: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv F987672F
- run: sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
- run: sudo apt-get install --install-recommends winehq-stable
- run: sudo apt-get install Xvfb
- run: Xvfb :0 -screen 0 1024x768x16 &
- run: npm install
- run: npm run build:win
#- name: Upload a Deploy Artifact
Expand Down

0 comments on commit 4b29ceb

Please sign in to comment.