diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b5607d4..615461e 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -68,9 +68,9 @@ jobs: run: | echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - - name: Install ninja on macOS + - name: Install build-tools on macOS if: runner.os == 'macOS' - run: brew install ninja + run: brew install autoconf ninja - name: Setup vcpkg on macOS if: runner.os == 'macOS'