Skip to content

Commit d1c23c8

Browse files
committed
Fix workflows
1 parent 7502470 commit d1c23c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/arm64_centos7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: true
1616
lfs: true
17-
- uses: bab2min/run-on-arch-action@multiple-step
17+
- uses: bab2min/run-on-arch-action@multiple-step-v2
1818
id: runcmd
1919
with:
2020
image: quay.io/pypa/manylinux2014_aarch64

Diff for: .github/workflows/ppc64le_centos7.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
submodules: true
1616
lfs: true
17-
- uses: bab2min/run-on-arch-action@multiple-step
17+
- uses: bab2min/run-on-arch-action@multiple-step-v2
1818
id: runcmd
1919
with:
2020
image: quay.io/pypa/manylinux2014_ppc64le

0 commit comments

Comments
 (0)