Skip to content

Commit

Permalink
Remove CMake downgrade workaround from Windows CI tests (protocolbuff…
Browse files Browse the repository at this point in the history
…ers#19633)

This should fix some Windows tests that are failing to install a
downgraded CMake version.
  • Loading branch information
acozzette authored Dec 12, 2024
1 parent 65196bc commit e2cc170
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,12 +407,6 @@ jobs:
arch: ${{ matrix.windows-arch || 'x64' }}
vsversion: ${{ matrix.vsversion }}

# Workaround for Abseil incompatibility with CMake 3.30 (b/352354235).
- name: Downgrade CMake
if: ${{ runner.os == 'Windows' }}
run: choco install cmake --version 3.29.6 --force
shell: bash

# Workaround for incompatibility between gcloud and windows-2019 runners.
- name: Install Python
if: ${{ matrix.python-version }}
Expand Down

0 comments on commit e2cc170

Please sign in to comment.