Skip to content

Commit 64889d1

Browse files
committed
test
1 parent 1def31c commit 64889d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,14 @@ 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+
$opensslCertFile = "C:\Program Files\OpenSSL\certs\ca-bundle.crt"
955+
"SSL_CERT_FILE=$opensslCertFile" | Out-File -FilePath $env:GITHUB_ENV -Append
956+
echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
957+
vcpkg install openssl:x64-windows-static-md
950958
- run: cargo test -p wasmtime-wasi-tls-openssl
951959
- run: cargo test -p wasmtime-wasi-tls-nativetls
952960

0 commit comments

Comments
 (0)