Compare commits
No commits in common. "1b5b1c9e454dff0b78bdc25bedc8715d049c8d29" and "50206f172958eaa5fb69e61d953698bb1c6cd246" have entirely different histories.
1b5b1c9e45
...
50206f1729
2 changed files with 2 additions and 6 deletions
|
@ -18,9 +18,7 @@ jobs:
|
|||
- name: install rust
|
||||
uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
- name: install additional rust things
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
run: rustup component add rustfmt
|
||||
- name: config custom registry
|
||||
run: |
|
||||
mkdir -p ~/.cargo/
|
||||
|
|
4
.github/workflows/cargo.yaml
vendored
4
.github/workflows/cargo.yaml
vendored
|
@ -19,9 +19,7 @@ jobs:
|
|||
- name: install rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: install additional rust things
|
||||
run: |
|
||||
rustup component add rustfmt
|
||||
rustup component add clippy
|
||||
run: rustup component add rustfmt
|
||||
- name: config custom registry
|
||||
run: |
|
||||
mkdir -p ~/.cargo/
|
||||
|
|
Loading…
Add table
Reference in a new issue