Skip to content

Commit

Permalink
fixed variable to string
Browse files Browse the repository at this point in the history
  • Loading branch information
RSchwan committed Nov 1, 2024
1 parent 0f99544 commit 4f23472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
env:
CIBW_BEFORE_ALL_LINUX: bash ci/cibw_before_all_linux.sh
CIBW_BEFORE_ALL_WINDOWS: bash ci/cibw_before_all_windows.sh
CIBW_BEFORE_ALL_MACOS: bash ci/cibw_before_all_macos_${{ runner.os == macos-14 && 'arm64' || 'x86_64' }}.sh
CIBW_BEFORE_ALL_MACOS: bash ci/cibw_before_all_macos_${{ runner.os == 'macos-14' && 'arm64' || 'x86_64' }}.sh
CIBW_BUILD: ${{ matrix.target.build }}

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4f23472

Please sign in to comment.