We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9833c commit 3d5a609Copy full SHA for 3d5a609
recipe/recipe.yaml
@@ -20,9 +20,11 @@ build:
20
then:
21
# cf. https://github.com/stakpak/agent/blob/main/cli/src/main.rs#L17
22
- cargo auditable install --locked --no-track --bins --features jemalloc --root ${{ PREFIX }} --path cli
23
- else if: unix
+ - if: osx
24
+ then:
25
- cargo auditable install --locked --no-track --bins --root ${{ PREFIX }} --path cli
- else:
26
+ - if: win
27
28
- cargo auditable install --locked --no-track --bins --root %LIBRARY_PREFIX% --path cli
29
- cargo-bundle-licenses --format yaml --output ./THIRDPARTY.yml
30
0 commit comments