generated from PlexSheep/baserepo
ci add clippy rustup
cargo devel CI / cargo CI (push) Failing after 2m43s
Details
cargo devel CI / cargo CI (push) Failing after 2m43s
Details
This commit is contained in:
parent
96e2bb4e3f
commit
4b1443d873
|
@ -18,7 +18,9 @@ jobs:
|
|||
- name: install rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: install additional rust things
|
||||
run: rustup component add rustfmt
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
- name: config custom registry
|
||||
run: |
|
||||
mkdir -p ~/.cargo/
|
||||
|
|
|
@ -19,7 +19,9 @@ jobs:
|
|||
- name: install rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: install additional rust things
|
||||
run: rustup component add rustfmt
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
- name: config custom registry
|
||||
run: |
|
||||
mkdir -p ~/.cargo/
|
||||
|
|
Reference in New Issue