File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 smoke_test :
13- name : Smoke Test
13+ name : Smoke Test (CMake v${{ matrix.cmake.version }})
1414 runs-on : ubuntu-latest
1515 container : swift:6.1-bookworm
1616 strategy :
1717 matrix :
1818 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
2020 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
2222 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
2424 hash : adc81f2944e6f86b44e86acea3abea1651ed7890206933484b8b74ac1280314f
2525 steps :
2626 - name : Clone Repo
3434 id : install-cmake
3535 uses : ./swift-cmake-examples/.github/actions/cmake-action
3636 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 "
3838 hash : ${{ matrix.cmake.hash }}
3939 - name : Run Tests
4040 shell : bash
You can’t perform that action at this time.
0 commit comments