Skip to content

Commit

Permalink
Bump uraimo/run-on-arch-action from 2.6.0 to 2.7.1 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 6632561 commit 0c31e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -m python/Cargo.toml
- uses: uraimo/run-on-arch-action@v2.6.0
- uses: uraimo/run-on-arch-action@v2.7.1
if: matrix.target != 'ppc64'
name: Install built wheel
with:
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
target: ${{ matrix.platform.target }}
manylinux: musllinux_1_2
args: --release --out dist -m python/Cargo.toml
- uses: uraimo/run-on-arch-action@v2.6.0
- uses: uraimo/run-on-arch-action@v2.7.1
name: Install built wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down

0 comments on commit 0c31e49

Please sign in to comment.