Skip to content

Commit 798e444

Browse files
committed
fix: fix sdk yaml
1 parent fba6667 commit 798e444

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/sdk.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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') }}

0 commit comments

Comments
 (0)