ci: build dependencies in different step than configuring cmake (#2574)

<!--
Please provide as much information as possible about what your PR aims
to do.
PRs with no description will most likely be closed until more
information is provided.
If you're planing on changing fundamental behaviour or add big new
features, please open a GitHub Issue first before starting to work on
it.
If it's not something big and you still want to contact us about it,
feel free to do so !
-->

### Problem description
<!-- Describe the bug that you fixed/feature request that you
implemented, or link to an existing issue describing it -->

### Implementation description
<!-- Explain what you did to correct the problem -->

### Screenshots
<!-- If your change is visual, take a screenshot showing it. Ideally,
make before/after sceenshots -->

### Additional things
<!-- Anything else you would like to say -->

(cherry picked from commit a66747a0d0)
This commit is contained in:
iTrooz
2025-12-19 13:26:07 +01:00
committed by WerWolv
parent 765c8f4fe2
commit 2f707afa67

View File

@@ -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