Skip to content

Commit

Permalink
install linux deps
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 30, 2023
1 parent cfa0ae3 commit f389b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Linux dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y pango libpango1.0-dev libpangocairo-1.0-0 libgdk-pixbuf2.0-dev libgtk-3-dev

- name: Setup
run: npm install

Expand Down

0 comments on commit f389b1d

Please sign in to comment.