Skip to content

Commit

Permalink
remove quotes from CIBW_BEFORE_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Jul 23, 2024
1 parent 96cc31b commit 9695d75
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 @@ -32,7 +32,7 @@ jobs:
- name: Setup Rust in containers
if: runner.os == 'Linux'
run: |
echo "CIBW_BEFORE_ALL=\"curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal\"" >> $GITHUB_ENV
echo "CIBW_BEFORE_ALL=curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal" >> $GITHUB_ENV
echo "CARGO_HOME=/usr/local/" >> $GITHUB_ENV
- name: Limit parallel build jobs with QEMU builds
if: runner.os == 'Linux' && matrix.arch == 'aarch64'
Expand Down

0 comments on commit 9695d75

Please sign in to comment.