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