diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 444d163..48c56ff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,15 @@ jobs: shell: ${{ matrix.shell }} steps: - uses: spatial-model-editor/setup-ci@v1 + - uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: "3.28.x" + - if: runner.os == 'Windows' + run: | + wget https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-ccmake-3.28.3-2-any.pkg.tar.zst + pacman -U mingw-w64-ucrt-x86_64-ccmake-3.28.3-2-any.pkg.tar.zst + cmake --version + - run: cmake --version - uses: actions/checkout@v4 - name: Build script run: ./build.sh