Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norbusan committed Jan 16, 2024
1 parent 0e64d7c commit 4720a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
path: 'repo'
- name: Setup QEMU
if: startsWith(${{ matrix.image }}, "arm")
if: startsWith(matrix.image, "arm")
uses: docker/setup-qemu-action@v2
with:
platforms: ${{ matrix.qemu_arch }}
Expand Down

0 comments on commit 4720a47

Please sign in to comment.