File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
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 ( CMake ${{ matrix.cmake.version }} )
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
- - version : v3.22.6
20
- 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
21
20
hash : 09e1b34026c406c5bf4d1b053eadb3a8519cb360e37547ebf4b70ab766d94fbc
22
- - version : v3.26.6
23
- 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
24
22
hash : 2dd48ccd3e3d872ee4cc916f3f4e24812612421007e895f82bf9fc7e49831d62
25
- - version : v3.30.8
26
- 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
27
24
hash : adc81f2944e6f86b44e86acea3abea1651ed7890206933484b8b74ac1280314f
28
25
steps :
29
26
- name : Clone Repo
37
34
id : install-cmake
38
35
uses : ./swift-cmake-examples/.github/actions/cmake-action
39
36
with :
40
- 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 "
41
38
hash : ${{ matrix.cmake.hash }}
42
39
- name : Run Tests
43
40
shell : bash
You can’t perform that action at this time.
0 commit comments