Skip to content

Commit

Permalink
Try to fix build_wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lzqlzzq authored Dec 3, 2023
1 parent 9a79035 commit 0e8cb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Set up QEMU
if: matrix.arch == 'aarch64' | matrix.arch == 'ppc64le' | matrix.arch == 's390x'
if: ${{ matrix.arch == 'aarch64' || matrix.arch == 'ppc64le' || matrix.arch == 's390x' }}
uses: docker/setup-qemu-action@v2
with:
platforms: all
Expand Down

0 comments on commit 0e8cb53

Please sign in to comment.