mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-15 11:28:09 +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 }}"
|
runs-on: "${{ matrix.os }}"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install specific Rust version
|
||||||
|
run: |
|
||||||
|
rustup default 1.62
|
||||||
|
rustup component add clippy rustfmt
|
||||||
- name: Rust Prereq Cache
|
- name: Rust Prereq Cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
id: cache-rust-prereqs
|
id: cache-rust-prereqs
|
||||||
|
@ -16,5 +16,3 @@ cargo install cargo-audit
|
|||||||
if ! cargo-license --help; then
|
if ! cargo-license --help; then
|
||||||
cargo install cargo-license
|
cargo install cargo-license
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rustup component add clippy
|
|
||||||
|
Reference in New Issue
Block a user