Skip to content

Commit

Permalink
An attempt was made
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent 967904a commit c79df00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ jobs:
if: matrix.target == 'ppc64'
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
echo $(which gcc-powerpc-linux-gnu)
sudo cp /usr/bin/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 c79df00

Please sign in to comment.