Skip to content

Commit

Permalink
reinstate yarn build?
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jun 11, 2024
1 parent f74e827 commit e6e1510
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: |
sudo apt-get --assume-yes update
sudo apt-get --assume-yes install build-essential xvfb libnss3 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libasound2 libgbm1
# electron-forge requires yarn for some reason
npm install --global yarn
if: ${{ env.ACT && contains(matrix.os, 'ubuntu-20.04') }}
- name: Get npm cache directory
id: npm-cache-dir
Expand Down

0 comments on commit e6e1510

Please sign in to comment.