From 2f707afa67f6eebd7b4c1aa3de6c058e0d2dbd8f Mon Sep 17 00:00:00 2001 From: iTrooz Date: Fri, 19 Dec 2025 13:26:07 +0100 Subject: [PATCH] ci: build dependencies in different step than configuring cmake (#2574) ### Problem description ### Implementation description ### Screenshots ### Additional things (cherry picked from commit a66747a0d007587f45a4928286b6b474f42bf779) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d30799568..a84dea793 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -247,6 +247,7 @@ jobs: - name: ⬇️ Install dependencies run: | cp dist/vcpkg.json vcpkg.json + vcpkg install - name: ⬇️ Install CMake and Ninja uses: lukka/get-cmake@latest