Skip to content

Commit 820acc1

Browse files
authored
Merge pull request #840 from Keruspe/ppc64
ci: disable ppc64 cross build for now
2 parents 8aa5921 + 4ce1d61 commit 820acc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
target:
130130
- i686-unknown-linux-gnu
131131
- powerpc-unknown-linux-gnu
132-
- powerpc64-unknown-linux-gnu
132+
# - powerpc64-unknown-linux-gnu
133133
- mips-unknown-linux-gnu
134134
- arm-linux-androideabi
135135

0 commit comments

Comments
 (0)