Skip to content

Commit

Permalink
Fix linux build action
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Dec 3, 2023
1 parent 9241b0d commit 3c18a14
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 @@ -71,6 +71,12 @@ jobs:
if: matrix.os == 'macos-11'
run: pip install setuptools

- name: Install dependency - Linux
if: matrix.os == 'ubuntu-20.04'
run: |
sudo apt-get update -qq
sudo apt-get install -qq libxtst-dev libxt-dev libxinerama-dev libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev
- name: Build Current Binary
run: npm run build

Expand Down

0 comments on commit 3c18a14

Please sign in to comment.