Compare commits

..

No commits in common. "1b5b1c9e454dff0b78bdc25bedc8715d049c8d29" and "50206f172958eaa5fb69e61d953698bb1c6cd246" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View file

@ -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/

View file

@ -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/