Skip to content

Commit d50313d

Browse files
authored
Apply suggestion from @delsner
1 parent 36b4569 commit d50313d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# where the linux build is performed.
8787
docker-options: case(github.event_name == 'release', "-e CARGO=${{ env.CARGO }}", '')
8888
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', '') }}
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', '') }}
9090
- name: Check package
9191
run: pixi run -e build check-wheel
9292
- name: Upload package

0 commit comments

Comments
 (0)