Skip to content

Commit

Permalink
Add missing string quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Aug 10, 2023
1 parent ceddac1 commit cf36163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
if: matrix.platform != linux/amd64
if: matrix.platform != 'linux/amd64'
uses: docker/setup-qemu-action@v2
with:
platforms: ${{ matrix.platform }}
Expand Down

0 comments on commit cf36163

Please sign in to comment.