File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,13 @@ jobs:
237237 - name : Add msbuild to PATH (Windows)
238238 if : startsWith(matrix.os, 'windows')
239239 uses : microsoft/setup-msbuild@v1.0.2
240+ # TODO: remove this after we fix issues with our SDK
241+ # build and cmake 3.21 on Windows.
242+ - name : Setup cmake
243+ if : startsWith(matrix.os, 'windows')
244+ uses : jwlawson/actions-setup-cmake@v1.9
245+ with :
246+ cmake-version : ' 3.20.5'
240247 - name : Cache vcpkg C++ dependencies
241248 id : cache_vcpkg
242249 uses : actions/cache@v2
@@ -395,6 +402,13 @@ jobs:
395402 - name : Add msbuild to PATH (Windows)
396403 if : startsWith(matrix.os, 'windows')
397404 uses : microsoft/setup-msbuild@v1.0.2
405+ # TODO: remove this after we fix issues with our SDK
406+ # build and cmake 3.21 on Windows.
407+ - name : Setup cmake
408+ if : startsWith(matrix.os, 'windows')
409+ uses : jwlawson/actions-setup-cmake@v1.9
410+ with :
411+ cmake-version : ' 3.20.5'
398412 - name : Cache NDK
399413 id : cache_ndk
400414 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments