Skip to content

Commit 96f9044

Browse files
committed
Merge branch 'tk/fix-cmake-version' into tk/onnx-benchmark
2 parents aa0562b + 312375f commit 96f9044

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Setup cmake
67-
uses: jwlawson/actions-setup-cmake@v2
68-
with:
69-
cmake-version: '3.31.6'
67+
uses: jwlawson/actions-setup-cmake@v2
68+
with:
69+
cmake-version: '3.31.6'
7070

7171
# Enable tmate debugging of manually-triggered workflows if the input option was provided
7272
- name: Setup tmate session
@@ -209,9 +209,9 @@ jobs:
209209
name: dependencies-${{ matrix.os }}-${{ matrix.cxx }}-${{ matrix.mpi }}-${{ matrix.omp }}
210210

211211
- name: Setup cmake
212-
uses: jwlawson/actions-setup-cmake@v2
213-
with:
214-
cmake-version: '3.31.6'
212+
uses: jwlawson/actions-setup-cmake@v2
213+
with:
214+
cmake-version: '3.31.6'
215215

216216
- name: Unpack dependencies
217217
run: tar xfv dependencies.tar
@@ -295,9 +295,9 @@ jobs:
295295
name: dependencies-${{ matrix.os }}-${{ matrix.cxx }}-${{ matrix.mpi }}-${{ matrix.omp }}
296296

297297
- name: Setup cmake
298-
uses: jwlawson/actions-setup-cmake@v2
299-
with:
300-
cmake-version: '3.31.6'
298+
uses: jwlawson/actions-setup-cmake@v2
299+
with:
300+
cmake-version: '3.31.6'
301301

302302
- name: Unpack dependencies
303303
run: tar xfv dependencies.tar

0 commit comments

Comments
 (0)