Skip to content

Commit

Permalink
Try fixing PPC64 compiler name
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Dec 30, 2023
1 parent 8b4b4fb commit 10e5b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
configure_host: --host=riscv64-linux-gnu
- arch: ppc64el
xz_bcj:
xcc: powerpc64-linux-gnu-
xcc: powerpc64le-linux-gnu-
configure_host: --host=ppc64-linux-gnu
name: Build ${{ matrix.arch }} Linux static binary
runs-on: ubuntu-latest
Expand Down

0 comments on commit 10e5b74

Please sign in to comment.