Skip to content

Commit ab98836

Browse files
committed
fixing testing harness
1 parent 31bea95 commit ab98836

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/common.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ jobs:
6868
fail-fast: false
6969
matrix:
7070
target:
71-
- triple: powerpc64-unknown-linux-gnu
72-
caps: POWERPC64_UNKNOWN_LINUX_GNU
71+
- powerpc64-unknown-linux-gnu
7372
uses: ./.github/workflows/other.yml
7473
with:
75-
target: ${{ matrix.target.triple }}
76-
target-in-caps: ${{ matrix.target.caps }}
74+
target: ${{ matrix.target }}

0 commit comments

Comments
 (0)