Skip to content

Commit 6ab5578

Browse files
xhochypavelzw
andauthored
Update docs/maintainer/example_recipes/rust.md
Co-authored-by: Pavel Zwerschke <[email protected]>
1 parent a6d252c commit 6ab5578

File tree

1 file changed

+1
-5
lines changed
  • docs/maintainer/example_recipes

1 file changed

+1
-5
lines changed

docs/maintainer/example_recipes/rust.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ build:
2424
CARGO_PROFILE_RELEASE_STRIP: symbols
2525
CARGO_PROFILE_RELEASE_LTO: fat
2626
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 .
27+
- cargo auditable install --locked --no-track --bins --root ${{ PREFIX }} --path .
3228
- cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
3329

3430
requirements:

0 commit comments

Comments
 (0)