Skip to content

Commit

Permalink
Use shortcut for installing stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger authored and est31 committed Oct 3, 2023
1 parent ae5deed commit e468600
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ jobs:
with:
arch: amd64
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
uses: dtolnay/rust-toolchain@stable
- 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

0 comments on commit e468600

Please sign in to comment.