Skip to content

Commit b0444e3

Browse files
committed
t
1 parent 97048ff commit b0444e3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

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

+11-10
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
strategy:
1616
matrix:
1717
node-version: [18]
18-
arch: [x64, x86, arm64]
18+
arch: [arm64] # x64, x86, arm64
1919
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
2626
- arch: arm64
2727
vcpkg_triplet: arm64-windows-static
2828
msvc_arch: amd64_arm64
@@ -59,6 +59,7 @@ jobs:
5959
run: |
6060
node_modules/.bin/prebuild -r napi --upload -u ${{ secrets.GITHUB_TOKEN }} --backend cmake-js
6161
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

0 commit comments

Comments
 (0)