diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1adffe4..ec821f3 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -87,6 +87,9 @@ jobs: shell: bash run: ${{ matrix.install_cmd }} + - name: Set up CMake and Ninja + uses: lukka/get-cmake@v4.3.4 + - name: Checkout repository (with sub-modules) uses: actions/checkout@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af0ac57..4ba2392 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,6 +116,9 @@ jobs: shell: bash run: ${{ matrix.install_cmd }} + - name: Set up CMake and Ninja + uses: lukka/get-cmake@v4.3.4 + - name: Checkout repository (with sub-modules) uses: actions/checkout@v4 with: