We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad95963 commit 7c6f31eCopy full SHA for 7c6f31e
.github/workflows/ci.yml
@@ -14,7 +14,6 @@ jobs:
14
uses: dtolnay/rust-toolchain@master
15
with:
16
toolchain: stable
17
- override: true
18
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
19
- run: vcpkg install openssl:x64-windows-static-md
20
- name: Run cargo check --all
@@ -48,7 +47,6 @@ jobs:
48
47
49
50
toolchain: ${{ matrix.toolchain }}
51
52
53
run: cargo check --all
54
- name: Run the tests
0 commit comments