Skip to content

Commit 7c6f31e

Browse files
committed
Remove invalid YAML keys
1 parent ad95963 commit 7c6f31e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
uses: dtolnay/rust-toolchain@master
1515
with:
1616
toolchain: stable
17-
override: true
1817
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
1918
- run: vcpkg install openssl:x64-windows-static-md
2019
- name: Run cargo check --all
@@ -48,7 +47,6 @@ jobs:
4847
uses: dtolnay/rust-toolchain@master
4948
with:
5049
toolchain: ${{ matrix.toolchain }}
51-
override: true
5250
- name: Run cargo check --all
5351
run: cargo check --all
5452
- name: Run the tests

0 commit comments

Comments
 (0)