set workflow vcpkg path to be within ${{github.workspace}}

This commit is contained in:
2025-06-10 09:08:26 +02:00
parent 3d0b3a5e1e
commit 64f3ee457b

View File

@@ -8,7 +8,7 @@ on:
- '**' - '**'
env: env:
VCPKG_DISABLE_METRICS: 1 VCPKG_DISABLE_METRICS: 1
VCPKG_ROOT: /opt/vcpkg VCPKG_ROOT: ${{github.workspace}}/.vcpkg
DEPS_VCPKG: glfw3:x64-linux-dynamic glfw3:x64-mingw-static DEPS_VCPKG: glfw3:x64-linux-dynamic glfw3:x64-mingw-static
jobs: jobs:
setup-deps: setup-deps: