Skip to content

Commit 3bad604

Browse files
committed
Move if before run
1 parent 29f397b commit 3bad604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
if: runner.os == 'macOS'
5555
run: ./build.libgit2.sh
5656
- name: Setup QEMU
57-
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
5857
if: matrix.name == 'linux-musl-arm' || matrix.name == 'linux-musl-arm64'
58+
run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
5959
- name: Build Linux
6060
if: runner.os == 'Linux'
6161
run: ./dockerbuild.sh

0 commit comments

Comments
 (0)