File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -249,13 +249,6 @@ jobs:
249249 - name : Add msbuild to PATH (Windows)
250250 if : startsWith(matrix.os, 'windows')
251251 uses : microsoft/setup-msbuild@v1.0.2
252- # TODO: remove this after we fix issues with our SDK
253- # build and cmake 3.21 on Windows.
254- - name : Setup cmake
255- if : startsWith(matrix.os, 'windows')
256- uses : jwlawson/actions-setup-cmake@v1.9
257- with :
258- cmake-version : ' 3.20.5'
259252 - name : Cache vcpkg C++ dependencies
260253 id : cache_vcpkg
261254 uses : actions/cache@v2
@@ -414,13 +407,6 @@ jobs:
414407 - name : Add msbuild to PATH (Windows)
415408 if : startsWith(matrix.os, 'windows')
416409 uses : microsoft/setup-msbuild@v1.0.2
417- # TODO: remove this after we fix issues with our SDK
418- # build and cmake 3.21 on Windows.
419- - name : Setup cmake
420- if : startsWith(matrix.os, 'windows')
421- uses : jwlawson/actions-setup-cmake@v1.9
422- with :
423- cmake-version : ' 3.20.5'
424410 - name : Cache NDK
425411 id : cache_ndk
426412 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments