Skip to content

Commit

Permalink
Fix regenerate-target-info.yml: install nightly rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent c39ba39 commit 66a97a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-target-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install rust
run: |
rustup toolchain install stable --no-self-update --profile minimal
rustup toolchain install stable nightly --no-self-update --profile minimal
- name: Regenerate target info
run: cargo run -p gen-target-info
Expand Down

0 comments on commit 66a97a5

Please sign in to comment.