Skip to content

Commit

Permalink
Copy powerpc gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent 1c6d8e2 commit 967904a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ jobs:

- name: Install powerpc gcc
if: matrix.target == 'ppc64'
run: sudo apt-get install gcc-powerpc-linux-gnu
run: | # wtf such a hack
sudo apt-get install gcc-powerpc-linux-gnu
sudo cp $(which gcc-powerpc-linux-gnu) /usr/bin/powerpc-linux-gnu-gcc
- name: Build wheels - ${{ matrix.target }}
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit 967904a

Please sign in to comment.