Update ci.yml

This commit is contained in:
SoWeBegin
2025-10-31 17:32:37 +01:00
committed by GitHub
parent cc8e02411c
commit 2a84afa982

View File

@@ -32,9 +32,7 @@ jobs:
- name: Configure
run: cmake -B build \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
-DCMAKE_TOOLCHAIN_FILE=/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake
- name: Build
run: cmake --build build --config Release --parallel
run: cmake --build build --config Release