Skip to content

Commit c926d5b

Browse files
committed
using old cmake on windows builds
1 parent c3db71c commit c926d5b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,13 @@ jobs:
237237
- name: Add msbuild to PATH (Windows)
238238
if: startsWith(matrix.os, 'windows')
239239
uses: microsoft/[email protected]
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/[email protected]
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/[email protected]
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/[email protected]
410+
with:
411+
cmake-version: '3.20.5'
398412
- name: Cache NDK
399413
id: cache_ndk
400414
uses: actions/cache@v2

0 commit comments

Comments
 (0)