Skip to content

Commit

Permalink
Try unquoting environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Feb 20, 2024
1 parent ca7d7eb commit b79d8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

- name: Build without optimizations
if: ${{ inputs.build-for-debugging }}
run: echo "CIBW_ENVIRONMENT_PASS_LINUX_VARS='UNOPTIMIZED=1'" >> $GITHUB_ENV
run: echo "CIBW_ENVIRONMENT_PASS_LINUX_VARS=UNOPTIMIZED=1" >> $GITHUB_ENV

- name: Build with optimizations (e.g for production)
if: ${{ !inputs.build-for-debugging }}
Expand Down

0 comments on commit b79d8fe

Please sign in to comment.