File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -174,6 +174,10 @@ jobs:
174174 with :
175175 java-version : ' 8'
176176 distribution : ' temurin'
177+ - name : Setup CMake
178+ uses : jwlawson/actions-setup-cmake@v1
179+ with :
180+ cmake-version : ' 3.22.0'
177181 - name : prepare release
178182 run : |
179183 VERSION="snapshot"
Original file line number Diff line number Diff line change @@ -173,6 +173,10 @@ jobs:
173173 uses : maxim-lobanov/setup-xcode@v1
174174 with :
175175 xcode-version : ' 14.1.0'
176+ - name : Setup CMake
177+ uses : jwlawson/actions-setup-cmake@v1
178+ with :
179+ cmake-version : ' 3.22.0'
176180
177181 - name : Cache local Maven repository
178182 uses : actions/cache@v3
@@ -341,6 +345,10 @@ jobs:
341345 uses : maxim-lobanov/setup-xcode@v1
342346 with :
343347 xcode-version : ' 14.1.0'
348+ - name : Setup CMake
349+ uses : jwlawson/actions-setup-cmake@v1
350+ with :
351+ cmake-version : ' 3.22.0'
344352
345353 - name : prepare release
346354 if : ${{ startsWith(github.ref, 'refs/tags/v') }}
You can’t perform that action at this time.
0 commit comments