Skip to content

Commit

Permalink
Try to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ranisalt committed Aug 6, 2024
1 parent d8f5b28 commit 89354f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ jobs:
prepare: |
pkg install -y gmake python3 npm-node${{ matrix.node-version }}
run: |
npm install
npm ci
npm test
sync: sshfs
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"sources": [
"argon2_node.cpp"
],
"cflags_cc+": ["-Wall", "-Wextra", "-Wconversion", "-Wformat", "-Wnon-virtual-dtor", "-pedantic", "-Werror"],
"cflags_cc+": ["-Wall", "-Wextra", "-Wformat", "-Wnon-virtual-dtor", "-pedantic", "-Werror"],
"cflags_cc!": ["-fno-exceptions"],
"include_dirs": ["<!(node -p \"require('node-addon-api').include_dir\")"],
"dependencies": ["libargon2"],
Expand Down

0 comments on commit 89354f4

Please sign in to comment.