Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Fix rustup component command in extra_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rabilrbl committed Jan 18, 2024
1 parent e02232e commit 8c9f3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extra_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Rust
run: |
rustup update --no-self-update stable
rustup component add --toolchainstable rustfmt rust-src
rustup component add --toolchain stable rustfmt rust-src
rustup default stable
- name: Setup Cache
Expand Down

0 comments on commit 8c9f3b3

Please sign in to comment.