Skip to content

Commit 4f6e1e7

Browse files
WIP
1 parent af22f0b commit 4f6e1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-ppc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
target:
13-
- { platform: 'ppc64', dir: 'powerpc64-linux-gnu', flags: '-maltivec -mvsx -mcpu=power8', full: 'OFF' }
13+
- { platform: 'ppc64le', dir: 'powerpc64le-linux-gnu', flags: '-maltivec -mvsx -mcpu=power8', full: 'OFF' }
1414
sys:
1515
- { compiler: 'gcc', version: '12' }
1616
steps:

0 commit comments

Comments
 (0)