Skip to content

Commit

Permalink
Merge branch 'main' into prepare-for-rel-1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjvolzka authored Feb 23, 2024
2 parents e66a63e + 9140ca7 commit d18e2f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .azure-pipelines/Windows-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda to PATH

# cmake 3.28.3 failed to find protobuf installed from conda-forge
# https://gitlab.kitware.com/cmake/cmake/-/issues/25704
- script: |
choco install cmake --version 3.27.9 -y
cmake --version
displayName: Install specific version of CMake and check version
- script: |
conda create --yes --quiet --name py$(python.version) python=$(python.version)
if '$(protobuf_type)' == 'External' (
Expand Down

0 comments on commit d18e2f3

Please sign in to comment.