Skip to content

Commit 6352a70

Browse files
committed
no need to pin cmake version
1 parent a1959de commit 6352a70

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/integration_tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -249,13 +249,6 @@ jobs:
249249
- name: Add msbuild to PATH (Windows)
250250
if: startsWith(matrix.os, 'windows')
251251
uses: microsoft/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
422-
with:
423-
cmake-version: '3.20.5'
424410
- name: Cache NDK
425411
id: cache_ndk
426412
uses: actions/cache@v2

0 commit comments

Comments
 (0)