File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments