We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e574af commit b4aa649Copy full SHA for b4aa649
1 file changed
.github/workflows/tests.yml
@@ -27,6 +27,12 @@ jobs:
27
uses: actions/setup-node@v4
28
with:
29
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
36
- name: Install deps
37
run: npm ci
38
- name: Run unit tests
0 commit comments