We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1ea0a commit 5407c0eCopy full SHA for 5407c0e
.github/workflows/rust.yaml
@@ -109,7 +109,7 @@ jobs:
109
- uses: actions/checkout@v2
110
# - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
111
# - run: vcpkg install openssl:x64-windows-static-md
112
- - run: choco install openssl
+ - run: choco install openssl --execution-timeout 5400
113
- run: echo 'OPENSSL_DIR=C:\Program Files\OpenSSL' | Out-File -FilePath $env:GITHUB_ENV -Append
114
- uses: actions/cache@v3
115
with:
0 commit comments