Skip to content

Commit b4bb01f

Browse files
authored
Apply suggestion from @kasperk81
1 parent e853683 commit b4bb01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: runner.os == 'macOS'
6161
run: ./build.libgit2.sh
6262
- name: Setup QEMU
63-
if: runner.os == 'Linux'
63+
if: startsWith(matrix.name, 'linux-musl-')
6464
run: docker run --privileged --rm tonistiigi/binfmt --install all
6565
- name: Build Linux
6666
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)