Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jedleggett committed Feb 16, 2024
1 parent 50f1e04 commit 63d1082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-rust/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ runs:

- name: Update Rust
run: |
rustup update
rustup install nightly-2024-02-08
rustup component add rustfmt --toolchain nightly-2024-02-08-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain nightly-2024-02-08-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 63d1082

Please sign in to comment.