Compare commits
2 commits
50206f1729
...
1b5b1c9e45
Author | SHA1 | Date | |
---|---|---|---|
1b5b1c9e45 | |||
e906dafa60 |
2 changed files with 6 additions and 2 deletions
|
@ -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/
|
||||
|
|
4
.github/workflows/cargo.yaml
vendored
4
.github/workflows/cargo.yaml
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue