We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0444e3 commit 76e69f8Copy full SHA for 76e69f8
.github/workflows/build-win-arm64-test.yml
@@ -59,7 +59,7 @@ jobs:
59
run: |
60
node_modules/.bin/prebuild -r napi --upload -u ${{ secrets.GITHUB_TOKEN }} --backend cmake-js
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
+ OPENSSL_ROOT_DIR: ${{ github.workspace }}\vcpkg_installed\${{ matrix.vcpkg_triplet }}
+ OPENSSL_LIBRARIES: ${{ github.workspace }}\vcpkg_installed\${{ matrix.vcpkg_triplet }}\lib
+ OPENSSL_INCLUDE_DIR: ${{ github.workspace }}\vcpkg_installed\${{ matrix.vcpkg_triplet }}\include
65
CI: true
0 commit comments