Skip to content

Commit

Permalink
add libs before installing package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Jul 10, 2024
1 parent 251df70 commit f42dc1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install

# work around the "bits/c++config.h: No such file or directory" github build error
- run: sudo apt-get install gcc-multilib g++-multilib || true

- run: npm install

- name: npm test
run: test `node -v` '!=' 'v5.8.0' && npm test || true

Expand Down

0 comments on commit f42dc1c

Please sign in to comment.