Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Mar 8, 2025
1 parent 7502470 commit d1c23c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/arm64_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: true
lfs: true
- uses: bab2min/run-on-arch-action@multiple-step
- uses: bab2min/run-on-arch-action@multiple-step-v2
id: runcmd
with:
image: quay.io/pypa/manylinux2014_aarch64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppc64le_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: true
lfs: true
- uses: bab2min/run-on-arch-action@multiple-step
- uses: bab2min/run-on-arch-action@multiple-step-v2
id: runcmd
with:
image: quay.io/pypa/manylinux2014_ppc64le
Expand Down

0 comments on commit d1c23c8

Please sign in to comment.