|
31 | 31 | build-docstrings: |
32 | 32 | runs-on: ubuntu-latest |
33 | 33 | steps: |
| 34 | + - name: Setup cmake |
| 35 | + uses: jwlawson/actions-setup-cmake@v2 |
| 36 | + with: |
| 37 | + cmake-version : '3.31.x' |
34 | 38 | - name: Cache .hunter folder |
35 | 39 | uses: actions/cache@v4 |
36 | 40 | with: |
|
73 | 77 | - name: Print home directory |
74 | 78 | run: echo Home directory inside container $HOME |
75 | 79 | - name: Setup cmake |
76 | | - if: matrix.os == 'macos-latest' |
77 | | - uses: jwlawson/actions-setup-cmake@v1.13 |
| 80 | + uses: jwlawson/actions-setup-cmake@v2 |
78 | 81 | with: |
79 | | - cmake-version: '3.29.x' |
| 82 | + cmake-version : '3.31.x' |
80 | 83 | - name: Cache .hunter folder |
81 | 84 | if: matrix.os != 'windows-latest' |
82 | 85 | uses: actions/cache@v4 |
@@ -141,6 +144,10 @@ jobs: |
141 | 144 | steps: |
142 | 145 | - name: Print home directory |
143 | 146 | run: echo Home directory inside container $HOME |
| 147 | + - name: Setup cmake |
| 148 | + uses: jwlawson/actions-setup-cmake@v2 |
| 149 | + with: |
| 150 | + cmake-version : '3.31.x' |
144 | 151 | - uses: actions/checkout@v4 |
145 | 152 | with: |
146 | 153 | submodules: 'recursive' |
@@ -188,6 +195,10 @@ jobs: |
188 | 195 | python-architecture: [x64, x86] |
189 | 196 | fail-fast: false |
190 | 197 | steps: |
| 198 | + - name: Setup cmake |
| 199 | + uses: jwlawson/actions-setup-cmake@v2 |
| 200 | + with: |
| 201 | + cmake-version : '3.31.x' |
191 | 202 | - name: Cache .hunter folder |
192 | 203 | uses: actions/cache@v4 |
193 | 204 | with: |
@@ -244,6 +255,10 @@ jobs: |
244 | 255 | os: [macos-13, macos-14] # macos-13 is x64, macos-14 is arm64 |
245 | 256 | runs-on: ${{ matrix.os }} |
246 | 257 | steps: |
| 258 | + - name: Setup cmake |
| 259 | + uses: jwlawson/actions-setup-cmake@v2 |
| 260 | + with: |
| 261 | + cmake-version : '3.31.x' |
247 | 262 | - name: Cache .hunter folder |
248 | 263 | uses: actions/cache@v4 |
249 | 264 | with: |
@@ -305,6 +320,10 @@ jobs: |
305 | 320 | env: |
306 | 321 | PLAT: manylinux_2_28_x86_64 |
307 | 322 | steps: |
| 323 | + - name: Setup cmake |
| 324 | + uses: jwlawson/actions-setup-cmake@v2 |
| 325 | + with: |
| 326 | + cmake-version : '3.31.x' |
308 | 327 | - name: Cache .hunter folder |
309 | 328 | uses: actions/cache@v4 |
310 | 329 | with: |
@@ -372,6 +391,10 @@ jobs: |
372 | 391 | volumes: |
373 | 392 | - /.hunter:/github/home/.hunter |
374 | 393 | steps: |
| 394 | + - name: Setup cmake |
| 395 | + uses: jwlawson/actions-setup-cmake@v2 |
| 396 | + with: |
| 397 | + cmake-version : '3.31.x' |
375 | 398 | - uses: actions/checkout@v4 |
376 | 399 | with: |
377 | 400 | submodules: 'recursive' |
|
0 commit comments