Skip to content

Commit 1b48da0

Browse files
jeanp413mustard-mh
authored andcommitted
Fix
1 parent 6ff1bf0 commit 1b48da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Set up QEMU
2222
uses: docker/setup-qemu-action@v2
23-
if: matrix.qemu == 'true'
23+
if: matrix.qemu == true
2424

2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)