Skip to content

Commit

Permalink
double choco openssl install timeout (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen authored Apr 17, 2024
1 parent 3f1ea0a commit 5407c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v2
# - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
# - run: vcpkg install openssl:x64-windows-static-md
- run: choco install openssl
- run: choco install openssl --execution-timeout 5400
- run: echo 'OPENSSL_DIR=C:\Program Files\OpenSSL' | Out-File -FilePath $env:GITHUB_ENV -Append
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 5407c0e

Please sign in to comment.