Skip to content

Commit 0c32440

Browse files
committed
ci: CMake is installed by default on GitHub actions
Also, macos needs 3.17 which is often satisfied through homebrew (cherry picked from commit f5cbe7f)
1 parent a18b807 commit 0c32440

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@ jobs:
117117
if: "runner.os == 'Linux' && matrix.platform.cmake"
118118
run: ./test-versioning.sh
119119

120-
- name: Setup (CMake)
121-
if: ${{ matrix.platform.cmake && !matrix.platform.msystem && !matrix.platform.msvc }}
122-
uses: jwlawson/actions-setup-cmake@v1.13.1
123-
with:
124-
cmake-version: '3.16'
125120
- name: Configure (CMake)
126121
if: "matrix.platform.cmake"
127122
run: |

0 commit comments

Comments
 (0)