We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65196bc commit e2cc170Copy full SHA for e2cc170
.github/workflows/test_cpp.yml
@@ -407,12 +407,6 @@ jobs:
407
arch: ${{ matrix.windows-arch || 'x64' }}
408
vsversion: ${{ matrix.vsversion }}
409
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
-
416
# Workaround for incompatibility between gcloud and windows-2019 runners.
417
- name: Install Python
418
if: ${{ matrix.python-version }}
0 commit comments