Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Feb 16, 2024
1 parent 26d7637 commit 147db31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/setup-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:
cargo fmt --version || true;
shell: bash

- name: Install cargo dependencies
- name: Update Rust
run: |
rustup install nightly-2024-02-08
rustup component add rustfmt --toolchain nightly-2024-02-08-x86_64-unknown-linux-gnu
Expand All @@ -59,6 +59,12 @@ runs:
cargo install cargo-sort
shell: bash

- name: Install Cargo Deps
run: |
cargo install cargo-udeps --locked
cargo install cargo-sort
shell: bash

- name: Check rust version after
run: |
rustc --version;
Expand Down

0 comments on commit 147db31

Please sign in to comment.