Public Access
ci: explicitly install rustfmt and clippy via rustup component add
This commit is contained in:
@@ -19,7 +19,9 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Install rustfmt and clippy
|
||||
run: rustup component add rustfmt clippy
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release
|
||||
@@ -45,7 +47,6 @@ jobs:
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
components: rustfmt, clippy
|
||||
|
||||
- name: Build release binary
|
||||
run: cargo build --release
|
||||
|
||||
Reference in New Issue
Block a user