Skip to content

Commit

Permalink
ci: increase execution timeout for installing openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Apr 23, 2024
1 parent 92b9e55 commit 4aec208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install OpenSSL
if: matrix.platform == 'windows-latest'
run: |
choco install openssl
choco install openssl --execution-timeout 7200
mkdir -p "C:\Program Files\OpenSSL\ca"
curl -o "C:\Program Files\OpenSSL\ca\cacert.pem" https://curl.se/ca/cacert.pem
copy "C:\Program Files\OpenSSL\bin\libcrypto-3-x64.dll" .\src-tauri
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install OpenSSL (Windows only)
if: matrix.settings.platform == 'windows-latest'
run: |
choco install openssl
choco install openssl --execution-timeout 7200
mkdir -p "C:\Program Files\OpenSSL\ca"
curl -o "C:\Program Files\OpenSSL\ca\cacert.pem" https://curl.se/ca/cacert.pem
copy "C:\Program Files\OpenSSL\bin\libcrypto-3-x64.dll" .\src-tauri
Expand Down

0 comments on commit 4aec208

Please sign in to comment.