Skip to content

Commit

Permalink
Remove invalid YAML keys
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Aug 28, 2023
1 parent ad95963 commit 7c6f31e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
override: true
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
- run: vcpkg install openssl:x64-windows-static-md
- name: Run cargo check --all
Expand Down Expand Up @@ -48,7 +47,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
override: true
- name: Run cargo check --all
run: cargo check --all
- name: Run the tests
Expand Down

0 comments on commit 7c6f31e

Please sign in to comment.