We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bea95 commit ab98836Copy full SHA for ab98836
.github/workflows/common.yml
@@ -68,9 +68,7 @@ jobs:
68
fail-fast: false
69
matrix:
70
target:
71
- - triple: powerpc64-unknown-linux-gnu
72
- caps: POWERPC64_UNKNOWN_LINUX_GNU
+ - powerpc64-unknown-linux-gnu
73
uses: ./.github/workflows/other.yml
74
with:
75
- target: ${{ matrix.target.triple }}
76
- target-in-caps: ${{ matrix.target.caps }}
+ target: ${{ matrix.target }}
0 commit comments