Skip to content

Commit

Permalink
fucking ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Dec 21, 2023
1 parent 17c5aa9 commit 4dd4985
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:

- name: Install cargo dependencies
run: |
rustup install nightly-2023-10-05 --component clippy --component rustfmt
rustup install nightly-2023-10-05
rustup component add rustfmt --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain nightly-2023-10-05-x86_64-unknown-linux-gnu
cargo install cargo-udeps --locked
Expand All @@ -63,6 +63,6 @@ runs:
run: |
rustc --version;
cargo --version;
cargo clippy --version;
cargo fmt --version;
cargo +nightly-2023-10-05-x86_64-unknown-linux-gnu clippy --version;
cargo +nightly-2023-10-05-x86_64-unknown-linux-gnu fmt --version;
shell: bash

0 comments on commit 4dd4985

Please sign in to comment.