Skip to content

Commit

Permalink
Use correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent a968181 commit 1c6d8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

- name: Install powerpc gcc
if: matrix.target == 'ppc64'
run: sudo apt-get install powerpc-linux-gnu-gcc
run: sudo apt-get install gcc-powerpc-linux-gnu

- name: Build wheels - ${{ matrix.target }}
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 1c6d8e2

Please sign in to comment.