diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 4afbdbe0c..b252ad2b1 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -146,6 +146,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: lukka/get-cmake@latest - name: Cache Conan data uses: actions/cache@v3 env: @@ -192,20 +193,6 @@ jobs: shell: bash run: | sudo xcode-select -s "/Applications/Xcode_13.0.app" - - name: Install Ninja - shell: bash - run: | - if [ $RUNNER_OS == 'Linux' ]; then - sudo apt install -y ninja-build - elif [ $RUNNER_OS == 'Windows' ]; then - choco install ninja - elif [ $RUNNER_OS == 'macOS' ]; then - brew update - brew install ninja - else - echo "'$RUNNER_OS' not supported" - exit 1 - fi - name: Set up Python uses: actions/setup-python@v4 with: