Skip to content

Commit

Permalink
Add --no-self-update to debug step in Github workflow
Browse files Browse the repository at this point in the history
To be consistent with what cargo-msrv does.
  • Loading branch information
foresterre committed Nov 10, 2024
1 parent 137e3de commit 5a34775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: install_rust
uses: dtolnay/rust-toolchain@stable
- name: debug_manual_install
run: rustup install --profile minimal 1.78.0
run: rustup install --no-self-update --profile minimal 1.78.0
- name: debug_manual_install_two
run: rustup install --profile minimal 1.78.0

Expand Down

0 comments on commit 5a34775

Please sign in to comment.