Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Dec 20, 2023
1 parent e0c82a6 commit 4866656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .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-12-19
rustup install 1.73.0
rustup component add rustfmt --toolchain 1.73.0-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain 1.73.0-x86_64-unknown-linux-gnu
cargo install cargo-udeps --locked
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/clean_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
caller-workflow-name: clippy_and_udeps_check

- name: cargo clippy
run: cargo +nightly-2023-12-19-x86_64-unknown-linux-gnu clippy --all-targets
run: cargo +nightly clippy --all-targets

- name: cargo udeps
run: cargo +nightly-2023-12-19-x86_64-unknown-linux-gnu udeps --locked
run: cargo +nightly udeps --locked

0 comments on commit 4866656

Please sign in to comment.