From d9815cd757efdab67dda390e39173237c4426dd3 Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 4 Aug 2026 03:20:05 +0300 Subject: [PATCH] fix --- .github/workflows/cmake-multi-platform.yml | 3 +++ .github/workflows/release.yml | 3 +++ 2 files changed, 6 insertions(+) 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: