mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-14 11:08:06 +00:00
Pin Rust to 1.62.0 (#2153)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -20,6 +20,10 @@ jobs:
|
||||
runs-on: "${{ matrix.os }}"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install specific Rust version
|
||||
run: |
|
||||
rustup default 1.62
|
||||
rustup component add clippy rustfmt
|
||||
- name: Rust Prereq Cache
|
||||
uses: actions/cache@v2
|
||||
id: cache-rust-prereqs
|
||||
|
@ -16,5 +16,3 @@ cargo install cargo-audit
|
||||
if ! cargo-license --help; then
|
||||
cargo install cargo-license
|
||||
fi
|
||||
|
||||
rustup component add clippy
|
||||
|
Reference in New Issue
Block a user