Skip to content

Commit 957fca8

Browse files
Fix bad merge
1 parent 778e2d3 commit 957fca8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test_cpp.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,6 @@ jobs:
357357
vsversion: '2019'
358358
# windows-2019 has python3.7 installed, which is incompatible with the latest gcloud
359359
python-version: '3.8'
360-
- name: Windows CMake 32-bit
361-
os: windows-2022
362-
flags: >-
363-
-G Ninja -Dprotobuf_WITH_ZLIB=OFF -Dprotobuf_BUILD_CONFORMANCE=OFF
364-
-Dprotobuf_BUILD_SHARED_LIBS=OFF
365-
-Dprotobuf_BUILD_EXAMPLES=ON
366-
vsversion: '2022'
367-
python-version: '3.8'
368360
- name: Windows CMake 32-bit
369361
os: windows-2022
370362
flags: >-
@@ -400,7 +392,6 @@ jobs:
400392
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
401393
with:
402394
python-version: ${{ matrix.python-version }}
403-
cache: pip
404395
- name: Use custom python for gcloud
405396
if: ${{ matrix.python-version }}
406397
run: echo "CLOUDSDK_PYTHON=${Python3_ROOT_DIR}\\python3" >> $GITHUB_ENV

0 commit comments

Comments
 (0)