Skip to content

Commit c1a256a

Browse files
committed
Merge branch 'tk/fix-cmake-version' into mm/ApproxNormedStochasticBenchmark
2 parents 5e39f6b + f1361f9 commit c1a256a

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ jobs:
6363
steps:
6464
- uses: actions/checkout@v4
6565

66+
- name: Setup cmake
67+
uses: jwlawson/actions-setup-cmake@v2
68+
with:
69+
cmake-version: '3.31.6'
70+
6671
# Enable tmate debugging of manually-triggered workflows if the input option was provided
6772
- name: Setup tmate session
6873
uses: mxschmitt/action-tmate@v3
@@ -203,6 +208,11 @@ jobs:
203208
with:
204209
name: dependencies-${{ matrix.os }}-${{ matrix.cxx }}-${{ matrix.mpi }}-${{ matrix.omp }}
205210

211+
- name: Setup cmake
212+
uses: jwlawson/actions-setup-cmake@v2
213+
with:
214+
cmake-version: '3.31.6'
215+
206216
- name: Unpack dependencies
207217
run: tar xfv dependencies.tar
208218

@@ -284,6 +294,11 @@ jobs:
284294
with:
285295
name: dependencies-${{ matrix.os }}-${{ matrix.cxx }}-${{ matrix.mpi }}-${{ matrix.omp }}
286296

297+
- name: Setup cmake
298+
uses: jwlawson/actions-setup-cmake@v2
299+
with:
300+
cmake-version: '3.31.6'
301+
287302
- name: Unpack dependencies
288303
run: tar xfv dependencies.tar
289304
- name: Install Dependencies on Ubunutu
@@ -312,7 +327,7 @@ jobs:
312327
cmake .. --fresh -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local -Donnxrt=ON -Dhdf5=ON -Ddocasa=OFF -Ddompi=${{matrix.mpi}} -Dopenmp=${{matrix.omp}} -Dtests=OFF -Dexamples=ON -Dbenchmarks=ON
313328
make -j$(nproc --ignore 1) install
314329
315-
330+
316331
doc:
317332
needs:
318333
dependencies
@@ -341,6 +356,11 @@ jobs:
341356
with:
342357
name: dependencies-${{ matrix.os }}-${{ matrix.cxx }}-${{ matrix.mpi }}-${{ matrix.omp }}
343358

359+
- name: Setup cmake
360+
uses: jwlawson/actions-setup-cmake@v2
361+
with:
362+
cmake-version: '3.31.6'
363+
344364
- name: Unpack dependencies
345365
run: tar xfv dependencies.tar
346366

0 commit comments

Comments
 (0)