mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 03:25:45 +01:00
set workflow vcpkg path to be within ${{github.workspace}}
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user