Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 12, 2024
1 parent fdd827f commit 9f263c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:

steps:
- name: Set up QEMU
if: matrix.cont == 'manylinux2014_aarch64'
if: matrix.cont.name == 'manylinux2014_aarch64'
uses: docker/setup-qemu-action@v2
with:
platforms: arm64

- name: Checkout sources
uses: actions/checkout@v3 # v4 not working...
with:
Expand Down

0 comments on commit 9f263c3

Please sign in to comment.