Skip to content

Commit

Permalink
Fix github release action.
Browse files Browse the repository at this point in the history
  • Loading branch information
esoma committed Jul 8, 2024
1 parent b298aee commit 18e099f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
architecture: ${{ matrix.python-arch }}

- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
with:
platforms: all

- name: Initialize Submodules
run: |
Expand Down

0 comments on commit 18e099f

Please sign in to comment.