Skip to content

Commit 76e69f8

Browse files
committed
t
1 parent b0444e3 commit 76e69f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +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
6565
CI: true

0 commit comments

Comments
 (0)