We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 463ce33 commit 2b46714Copy full SHA for 2b46714
1 file changed
.github/workflows/ci.yml
@@ -70,13 +70,11 @@ jobs:
70
- name: Install dependencies
71
run: |
72
brew install openssl
73
- # Install CMake 3.31.6 from Kitware
74
- curl -L https://github.com/Kitware/CMake/releases/download/v3.31.6/cmake-3.31.6-macos-universal.dmg -o cmake.dmg
75
- hdiutil attach cmake.dmg
76
- sudo cp -R /Volumes/cmake-3.31.6-macos-universal/CMake.app /Applications/
77
- sudo /Applications/CMake.app/Contents/bin/cmake-gui --install
78
- hdiutil detach /Volumes/cmake-3.31.6-macos-universal
79
- rm cmake.dmg
+
+ - name: Setup CMake
+ uses: kitware/cmake-action@v1
+ with:
+ version: 3.26.x
80
81
- name: Configure and build
82
env:
0 commit comments