diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 880180a..6ef487c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: - '**' env: VCPKG_DISABLE_METRICS: 1 - VCPKG_ROOT: /opt/vcpkg + VCPKG_ROOT: ${{github.workspace}}/.vcpkg DEPS_VCPKG: glfw3:x64-linux-dynamic glfw3:x64-mingw-static jobs: setup-deps: