File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
strategy :
16
16
matrix :
17
17
node-version : [18]
18
- arch : [x64, x86, arm64]
18
+ arch : [arm64] # x64, x86, arm64
19
19
include :
20
- - arch : x64
21
- vcpkg_triplet : x64-windows-static
22
- msvc_arch : amd64
23
- - arch : x86
24
- vcpkg_triplet : x86-windows-static
25
- msvc_arch : amd64_x86
20
+ # - arch: x64
21
+ # vcpkg_triplet: x64-windows-static
22
+ # msvc_arch: amd64
23
+ # - arch: x86
24
+ # vcpkg_triplet: x86-windows-static
25
+ # msvc_arch: amd64_x86
26
26
- arch : arm64
27
27
vcpkg_triplet : arm64-windows-static
28
28
msvc_arch : amd64_arm64
59
59
run : |
60
60
node_modules/.bin/prebuild -r napi --upload -u ${{ secrets.GITHUB_TOKEN }} --backend cmake-js
61
61
env :
62
- OPENSSL_ROOT_DIR : ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkg_triplet }}
63
- OPENSSL_LIBRARIES : ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkg_triplet }}/lib
64
- OPENSSL_INCLUDE_DIR : ${{ github.workspace }}/vcpkg/installed/${{ matrix.vcpkg_triplet }}/include
62
+ OPENSSL_ROOT_DIR : ${{ github.workspace }}\vcpkg\installed\${{ matrix.vcpkg_triplet }}
63
+ OPENSSL_LIBRARIES : ${{ github.workspace }}\vcpkg\installed\${{ matrix.vcpkg_triplet }}/lib
64
+ OPENSSL_INCLUDE_DIR : ${{ github.workspace }}\vcpkg\installed\${{ matrix.vcpkg_triplet }}/include
65
+ CI : true
You can’t perform that action at this time.
0 commit comments