Skip to content

Commit

Permalink
build: Fix run-on-arch-action
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Nov 11, 2024
1 parent 5b3192d commit dd2b27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: 2_24
args: --release -m bindings/python/Cargo.toml --no-default-features --out dist
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: uraimo/run-on-arch-action@v2
name: Install built wheel
with:
arch: ${{ matrix.target }}
Expand Down

0 comments on commit dd2b27f

Please sign in to comment.