Skip to content

Commit

Permalink
Merge pull request #15 from messense/dependabot/github_actions/uraimo…
Browse files Browse the repository at this point in the history
…/run-on-arch-action-2.3.0

Bump uraimo/run-on-arch-action from 2.0.5 to 2.3.0
  • Loading branch information
messense authored Nov 4, 2022
2 parents 9a158a2 + 9496c98 commit 8d337fc
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 @@ -108,7 +108,7 @@ jobs:
target: ${{ matrix.target }}
manylinux: auto
args: --release --out dist -m python/Cargo.toml
- uses: uraimo/run-on-arch-action@v2.0.5
- uses: uraimo/run-on-arch-action@v2.3.0
if: matrix.target != 'ppc64'
name: Install built wheel
with:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
target: ${{ matrix.platform.target }}
manylinux: musllinux_1_2
args: --release --out dist -m python/Cargo.toml
- uses: uraimo/run-on-arch-action@master
- uses: uraimo/run-on-arch-action@v2.3.0
name: Install built wheel
with:
arch: ${{ matrix.platform.arch }}
Expand Down

0 comments on commit 8d337fc

Please sign in to comment.