Skip to content

Commit

Permalink
Fix running gen-target-info in regenerate-target-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu committed May 4, 2024
1 parent 3aaa866 commit bdf0af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate-target-info.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
rustup toolchain install stable --no-self-update --profile minimal
- name: Regenerate target info
run: cargo run --bin gen-target-info
run: cargo run -p gen-target-info

- name: Detect changes
id: changes
Expand Down

0 comments on commit bdf0af1

Please sign in to comment.