We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f772b3 commit f5da417Copy full SHA for f5da417
.github/workflows/rust.yaml
@@ -107,10 +107,6 @@ jobs:
107
runs-on: windows-latest
108
steps:
109
- 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
114
- uses: actions/cache@v3
115
with:
116
path: ~/.cargo/registry/index
0 commit comments