Skip to content

Commit b4aa649

Browse files
committed
Test workflow fix
1 parent 3e574af commit b4aa649

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ matrix.node }}
30+
- name: Install Linux build deps
31+
if: ${{ matrix.platform == 'linux' }}
32+
run: |
33+
sudo apt-get update
34+
sudo apt-get install -y libcups2-dev build-essential python3
35+
shell: bash
3036
- name: Install deps
3137
run: npm ci
3238
- name: Run unit tests

0 commit comments

Comments
 (0)