File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
smoke_test :
13
- name : Smoke Test
13
+ name : Smoke Test (CMake v${{ matrix.cmake.version }})
14
14
runs-on : ubuntu-latest
15
15
container : swift:6.1-bookworm
16
16
strategy :
17
17
matrix :
18
18
cmake :
19
- - url : " https://github.com/Kitware/CMake/releases/download/v3.22.6/cmake- 3.22.6-linux-x86_64.tar.gz "
19
+ - version : 3.22.6
20
20
hash : 09e1b34026c406c5bf4d1b053eadb3a8519cb360e37547ebf4b70ab766d94fbc
21
- - url : " https://github.com/Kitware/CMake/releases/download/v3.26.6/cmake- 3.26.6-linux-x86_64.tar.gz "
21
+ - version : 3.26.6
22
22
hash : 2dd48ccd3e3d872ee4cc916f3f4e24812612421007e895f82bf9fc7e49831d62
23
- - url : " https://github.com/Kitware/CMake/releases/download/v3.30.8/cmake- 3.30.8-linux-x86_64.tar.gz "
23
+ - version : 3.30.8
24
24
hash : adc81f2944e6f86b44e86acea3abea1651ed7890206933484b8b74ac1280314f
25
25
steps :
26
26
- name : Clone Repo
34
34
id : install-cmake
35
35
uses : ./swift-cmake-examples/.github/actions/cmake-action
36
36
with :
37
- url : ${{ matrix.cmake.url }}
37
+ url : " https://github.com/Kitware/CMake/releases/download/v ${{matrix.cmake.version}}/cmake-${{matrix.cmake.version}}-linux-x86_64.tar.gz "
38
38
hash : ${{ matrix.cmake.hash }}
39
39
- name : Run Tests
40
40
shell : bash
You can’t perform that action at this time.
0 commit comments