Skip to content

Commit

Permalink
ci(release): fix action Cross Compilation error no 29
Browse files Browse the repository at this point in the history
- remove 'powerpc64' architecture
- it needs powerpc-linux-gnu-gcc, modify env may fix it later
  • Loading branch information
255doesnotexist committed Oct 11, 2024
1 parent 36aaf0a commit 35dfba4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- aarch64-unknown-linux-gnu
- armv7-unknown-linux-gnueabihf
- riscv64gc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 35dfba4

Please sign in to comment.