We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af22f0b commit 4f6e1e7Copy full SHA for 4f6e1e7
.github/workflows/cross-ppc.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
target:
13
- - { platform: 'ppc64', dir: 'powerpc64-linux-gnu', flags: '-maltivec -mvsx -mcpu=power8', full: 'OFF' }
+ - { platform: 'ppc64le', dir: 'powerpc64le-linux-gnu', flags: '-maltivec -mvsx -mcpu=power8', full: 'OFF' }
14
sys:
15
- { compiler: 'gcc', version: '12' }
16
steps:
0 commit comments