Skip to content

Commit

Permalink
use openssl from runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxxen committed Jun 6, 2024
1 parent 4f772b3 commit 94fe95e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@ jobs:
runs-on: windows-latest
steps:
- 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 --execution-timeout 5400
- run: echo 'OPENSSL_DIR=C:\Program Files\OpenSSL' | Out-File -FilePath $env:GITHUB_ENV -Append
- uses: actions/cache@v3
with:
path: ~/.cargo/registry/index
Expand Down

0 comments on commit 94fe95e

Please sign in to comment.