Skip to content

Commit 5407c0e

Browse files
authored
double choco openssl install timeout (#294)
1 parent 3f1ea0a commit 5407c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
- uses: actions/checkout@v2
110110
# - run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
111111
# - run: vcpkg install openssl:x64-windows-static-md
112-
- run: choco install openssl
112+
- run: choco install openssl --execution-timeout 5400
113113
- run: echo 'OPENSSL_DIR=C:\Program Files\OpenSSL' | Out-File -FilePath $env:GITHUB_ENV -Append
114114
- uses: actions/cache@v3
115115
with:

0 commit comments

Comments
 (0)