We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307e91a commit 5b5beb8Copy full SHA for 5b5beb8
.github/workflows/release.yml
@@ -84,10 +84,12 @@ jobs:
84
vcpkgGitCommitId: '163fe7bd3d67c41200617caaa245b5ba2ba854e6'
85
runVcpkgInstall: true
86
87
- - name: Export VCPKGRS_TRIPLET env var
+ - name: Export VCPKGRS_TRIPLET and OPENSSL_DIR env var
88
if: ${{ matrix.os == 'windows-2022' }}
89
shell: bash
90
- run: echo "VCPKGRS_TRIPLET=${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
+ run: |
91
+ echo "VCPKGRS_TRIPLET=${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
92
+ echo "OPENSSL_DIR=${{ runner.workspace }}\\vcpkg\\installed\\${{ matrix.vcpkg_triplet }}" >> $GITHUB_ENV
93
94
- name: Install Rust
95
uses: dtolnay/rust-toolchain@stable
0 commit comments