Skip to content

Commit

Permalink
Install system dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Dec 31, 2023
1 parent 7424030 commit 5f98f64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/libtest-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install dependencies
run: npm install --ignore-scripts

- name: Install playwright system dependencies
run: npx playwright install --with-deps

- name: Build library
run: npm run dobuild

Expand Down

0 comments on commit 5f98f64

Please sign in to comment.