Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguue committed Aug 11, 2024
1 parent a382712 commit 96a8502
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
brew install libpcap
- name: Install npcap on Windows
if: matrix.os == 'windows-latest'
run: choco install wget --no-progress && mkdir -p build/Release && wget "https://npcap.com/dist/npcap-sdk-1.13.zip" && unzip npcap-sdk-1.13.zip -d build/Release
run: choco install wget --no-progress && mkdir -p build/Release/npcap && wget "https://npcap.com/dist/npcap-sdk-1.13.zip" && unzip npcap-sdk-1.13.zip -d build/Release/npcap
shell: bash
#- name: Install npcap on Windows
# if: matrix.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rebuild-debug": "cmake-js compile -D",
"build-debug": "cmake-js build -D",
"rebuild": "cmake-js compile",
"precompile": "prebuild --backend cmake-js -r node -t 14.21.3 -t 16.20.2 -t 20.13.1 -t 21.5.0",
"precompile": "prebuild --backend cmake-js -r node -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0",
"build": "cmake-js build",
"test": "node --test test/*.test.js",
"test-cov-text": "node --test --experimental-test-coverage test/*.test.js",
Expand Down

0 comments on commit 96a8502

Please sign in to comment.