Skip to content

Commit 3c0be30

Browse files
committed
revert ci change
1 parent 2b46714 commit 3c0be30

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ jobs:
7070
- name: Install dependencies
7171
run: |
7272
brew install openssl
73-
74-
- name: Setup CMake
75-
uses: kitware/cmake-action@v1
76-
with:
77-
version: 3.26.x
73+
# Install CMake 3.26.4 from Kitware
74+
curl -L https://github.com/Kitware/CMake/releases/download/v3.26.4/cmake-3.26.4-macos-universal.dmg -o cmake.dmg
75+
hdiutil attach cmake.dmg
76+
sudo cp -R /Volumes/cmake-3.26.4-macos-universal/CMake.app /Applications/
77+
sudo /Applications/CMake.app/Contents/bin/cmake-gui --install
78+
hdiutil detach /Volumes/cmake-3.26.4-macos-universal
79+
rm cmake.dmg
7880
7981
- name: Configure and build
8082
env:

0 commit comments

Comments
 (0)