Skip to content

Commit e2cc170

Browse files
author
Adam Cozzette
authored
Remove CMake downgrade workaround from Windows CI tests (#19633)
This should fix some Windows tests that are failing to install a downgraded CMake version.
1 parent 65196bc commit e2cc170

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test_cpp.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,6 @@ jobs:
407407
arch: ${{ matrix.windows-arch || 'x64' }}
408408
vsversion: ${{ matrix.vsversion }}
409409

410-
# Workaround for Abseil incompatibility with CMake 3.30 (b/352354235).
411-
- name: Downgrade CMake
412-
if: ${{ runner.os == 'Windows' }}
413-
run: choco install cmake --version 3.29.6 --force
414-
shell: bash
415-
416410
# Workaround for incompatibility between gcloud and windows-2019 runners.
417411
- name: Install Python
418412
if: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)