Skip to content

Commit

Permalink
[CI troubleshoot Windows]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 4, 2023
1 parent 60ef460 commit edd7339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: runner.os == 'Windows'
shell: cmd
run: |
choco install openssl --no-progress || exit /b
choco install openssl.light --version=1.1.1 --no-progress || exit /b
mkdir extern_deps || exit /b
copy "%PROGRAMFILES%\OpenSSL-Win64\lib\VC\libssl64MT.lib" extern_deps\libssl.lib || exit /b
copy "%PROGRAMFILES%\OpenSSL-Win64\lib\VC\libcrypto64MT.lib" extern_deps\libcrypto.lib || exit /b
Expand Down

0 comments on commit edd7339

Please sign in to comment.