We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aaa866 commit c39ba39Copy full SHA for c39ba39
.github/workflows/regenerate-target-info.yml
@@ -23,7 +23,7 @@ jobs:
23
rustup toolchain install stable --no-self-update --profile minimal
24
25
- name: Regenerate target info
26
- run: cargo run --bin gen-target-info
+ run: cargo run -p gen-target-info
27
28
- name: Detect changes
29
id: changes
0 commit comments