mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
fix syntax error
This commit is contained in:
parent
2a07db8c8f
commit
e7e8657100
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: Install QEMU
|
- name: Install QEMU
|
||||||
# install QEMU if building for arm linux
|
# install QEMU if building for arm linux
|
||||||
uses: docker/setup-qemu-action@v1
|
uses: docker/setup-qemu-action@v1
|
||||||
if: matrix.arch == aarch64
|
if: matrix.arch == 'aarch64'
|
||||||
with:
|
with:
|
||||||
platforms: arm64
|
platforms: arm64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user