We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b4569 commit d50313dCopy full SHA for d50313d
1 file changed
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
# where the linux build is performed.
87
docker-options: case(github.event_name == 'release', "-e CARGO=${{ env.CARGO }}", '')
88
before-script-linux: |
89
- ${{ case(github.event_name == 'release', 'cargo install cargo-auditable@0.7.4 --locked && printf '#!/bin/sh\nexec cargo auditable "$@"\n' > /usr/local/bin/cargo-auditable-wrapper && chmod +x /usr/local/bin/cargo-auditable-wrapper', '') }}
+ ${{ case(github.event_name == 'release', 'cargo install cargo-auditable@0.7.4 --locked && printf ''#!/bin/sh\nexec cargo auditable "$@"\n'' > /usr/local/bin/cargo-auditable-wrapper && chmod +x /usr/local/bin/cargo-auditable-wrapper', '') }}
90
- name: Check package
91
run: pixi run -e build check-wheel
92
- name: Upload package
0 commit comments