Skip to content

Commit e739cb1

Browse files
committed
WIP: fix broken triplet
1 parent 8bd2ee6 commit e739cb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os: ${{ matrix.os }}
2929
os_version: ${{ matrix.os_version }}
3030
compiler: ${{ matrix.compiler }}
31-
triplet: ${{ matrix.target-cpu }}-${{ matrix.target-cpu }}
31+
triplet: ${{ matrix.target-cpu }}-${{ matrix.target-os }}
3232
variant: ${{ matrix.variant }}
3333

3434
- name: Locate binary
@@ -105,7 +105,7 @@ jobs:
105105
os: ${{ matrix.os }}
106106
os_version: ${{ matrix.os_version }}
107107
compiler: ${{ matrix.compiler }}
108-
triplet: ${{ matrix.target-cpu }}-${{ matrix.target-cpu }}
108+
triplet: ${{ matrix.target-cpu }}-${{ matrix.target-os }}
109109
variant: ${{ matrix.variant }}
110110

111111
- name: Locate binary
@@ -179,7 +179,7 @@ jobs:
179179
os: ${{ matrix.os }}
180180
os_version: ${{ matrix.os_version }}
181181
compiler: ${{ matrix.compiler }}
182-
triplet: ${{ matrix.target-cpu }}-${{ matrix.target-cpu }}
182+
triplet: ${{ matrix.target-cpu }}-${{ matrix.target-os }}
183183
variant: ${{ matrix.variant }}
184184

185185
- name: Locate binary

0 commit comments

Comments
 (0)