Skip to content

Commit 26d305d

Browse files
committed
test
1 parent 1def31c commit 26d305d

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: Set OpenSSL path (Windows)
951+
if: runner.os == 'Windows'
952+
shell: powershell
953+
run: |
954+
$opensslPath = "C:\Program Files\OpenSSL\lib"
955+
"OPENSSL_DIR=$opensslPath" | 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)