Skip to content

Commit b06ca05

Browse files
committed
test
1 parent 1def31c commit b06ca05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,12 @@ jobs:
947947
with:
948948
submodules: true
949949
- uses: ./.github/actions/install-rust
950+
- name: Install OpenSSL (Windows)
951+
if: runner.os == 'Windows'
952+
shell: powershell
953+
run: |
954+
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
955+
echo "OPENSSL_DIR=$env:C:\Program Files\OpenSSL\lib" | Out-File -FilePath $env:GITHUB_ENV -Append
950956
- run: cargo test -p wasmtime-wasi-tls-openssl
951957
- run: cargo test -p wasmtime-wasi-tls-nativetls
952958

0 commit comments

Comments
 (0)