Skip to content

Commit c39ba39

Browse files
authored
Fix running gen-target-info in regenerate-target-info.yml (#1057)
1 parent 3aaa866 commit c39ba39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/regenerate-target-info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
rustup toolchain install stable --no-self-update --profile minimal
2424
2525
- name: Regenerate target info
26-
run: cargo run --bin gen-target-info
26+
run: cargo run -p gen-target-info
2727

2828
- name: Detect changes
2929
id: changes

0 commit comments

Comments
 (0)