Skip to content

Commit

Permalink
Run rustup update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Feb 25, 2025
1 parent adf8c42 commit 1a84190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:

- name: Install tools
run: |
rustup update
rustup install nightly
rustup +nightly component add clippy
cargo install cargo-dylint dylint-link || true
Expand Down

0 comments on commit 1a84190

Please sign in to comment.