Skip to content

Commit 0f31f45

Browse files
authored
Apply suggestions from code review
Co-authored-by: Daniel Elsner <dvelsner@gmail.com>
1 parent d50313d commit 0f31f45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ jobs:
8181
command: build
8282
args: --out dist --release -i python3.10
8383
manylinux: auto
84-
sccache: github.event_name != 'release'
84+
sccache: ${{ github.event_name != 'release' }}
8585
# NOTE: We also need to set up cargo-auditable inside the docker container
8686
# where the linux build is performed.
87-
docker-options: case(github.event_name == 'release', "-e CARGO=${{ env.CARGO }}", '')
87+
docker-options: ${{ case(github.event_name == 'release', "-e CARGO=${{ env.CARGO }}", '') }}
8888
before-script-linux: |
8989
${{ 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

0 commit comments

Comments
 (0)