Skip to content

Commit f5da417

Browse files
authored
use openssl from runner (#327)
1 parent 4f772b3 commit f5da417

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/rust.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ jobs:
107107
runs-on: windows-latest
108108
steps:
109109
- 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 --execution-timeout 5400
113-
- run: echo 'OPENSSL_DIR=C:\Program Files\OpenSSL' | Out-File -FilePath $env:GITHUB_ENV -Append
114110
- uses: actions/cache@v3
115111
with:
116112
path: ~/.cargo/registry/index

0 commit comments

Comments
 (0)