Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jul 24, 2023
1 parent 6636131 commit 255f08b
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 @@ -30,7 +30,8 @@ jobs:

- name: Install deps and build (with cache)
run: |
export CXXFLAGS='-include /usr/include/c++/11.2.0/limits'
# export CXXFLAGS='-include /usr/include/c++/11.2.0/limits'
ls /usr/include/c++/ || true
rm package-lock.json
npm i
Expand Down

0 comments on commit 255f08b

Please sign in to comment.