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 a6d252c commit 6ab5578Copy full SHA for 6ab5578
docs/maintainer/example_recipes/rust.md
@@ -24,11 +24,7 @@ build:
24
CARGO_PROFILE_RELEASE_STRIP: symbols
25
CARGO_PROFILE_RELEASE_LTO: fat
26
content:
27
- - if: unix
28
- then:
29
- - cargo auditable install --locked --no-track --bins --root "$PREFIX" --path .
30
- else:
31
- - cargo auditable install --locked --no-track --bins --root %PREFIX% --path .
+ - cargo auditable install --locked --no-track --bins --root ${{ PREFIX }} --path .
32
- cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
33
34
requirements:
0 commit comments