Skip to content

Commit

Permalink
Merge branch 'main' into lists
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Apr 17, 2024
2 parents 1bd167f + 6c48a38 commit a6169f9
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 a6169f9

Please sign in to comment.