Skip to content

Commit 14e2996

Browse files
committed
path
1 parent 2745ec1 commit 14e2996

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build-win-arm64-test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ jobs:
3434
C:\vcpkg\vcpkg install openssl:arm64-windows-static
3535
shell: cmd
3636

37-
- name: Build
37+
- name: Install npm
3838
run: |
3939
npm install --ignore-scripts
40-
# node_modules/.bin/prebuild -r napi --backend cmake-js --arch arm64 --upload -u ${{ secrets.GITHUB_TOKEN }} -- --CDCMAKE_TOOLCHAIN_FILE=c:\vcpkg\scripts\buildsystems\vcpkg.cmake --CDVCPKG_TARGET_TRIPLET=arm64-windows-static
40+
41+
- name: Build
42+
run: |
43+
node_modules/.bin/prebuild -r napi --backend cmake-js --arch arm64 --upload -u ${{ secrets.GITHUB_TOKEN }} -- --CDCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake --CDVCPKG_TARGET_TRIPLET=arm64-windows-static
44+

0 commit comments

Comments
 (0)