Skip to content

Commit

Permalink
fix(build.yml): startsWith +()
Browse files Browse the repository at this point in the history
  • Loading branch information
2moe committed Mar 25, 2024
1 parent d1de34a commit 8deda0c
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 @@ -35,7 +35,7 @@ jobs:
shell: sh -e {0}
run: docker run --rm -v /usr/local/bin:/app ${{env.ZSH_REPO}} cp /opt/bin/zsh /app/
- name: set up QEMU
if: ! startsWith(matrix.arch, 'x64') || ! endsWith(matrix.arch, '86')
if: (!startsWith(matrix.arch, 'x64')) || (!endsWith(matrix.arch, '86'))
uses: docker/setup-qemu-action@v3

- name: Login to GHCR
Expand Down

0 comments on commit 8deda0c

Please sign in to comment.