Skip to content

Commit dd2b27f

Browse files
committed
build: Fix run-on-arch-action
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 5b3192d commit dd2b27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
target: ${{ matrix.target }}
157157
manylinux: 2_24
158158
args: --release -m bindings/python/Cargo.toml --no-default-features --out dist
159-
- uses: uraimo/run-on-arch-action@v2.7.2
159+
- uses: uraimo/run-on-arch-action@v2
160160
name: Install built wheel
161161
with:
162162
arch: ${{ matrix.target }}

0 commit comments

Comments
 (0)