Skip to content

Commit cb4dcc8

Browse files
committed
Enhance GitHub Actions workflow by adding vcpkg configuration for Vulkan and GLSLang dependencies
1 parent 93cba44 commit cb4dcc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake-unified.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
output-dir: native
2525
linux-deps: "build-essential cmake libsdl2-dev libglfw3-dev libglu1-mesa-dev libvulkan-dev patchelf"
2626
macos-deps: "sdl2 glfw glew glm"
27+
use-vcpkg: true
28+
use-vcpkg-linux: false
29+
use-vcpkg-macos: false
30+
vcpkg-packages: "vulkan glslang"
2731
setup-vulkan: true
2832
setup-vulkan-linux: false
2933
setup-vulkan-windows: false

0 commit comments

Comments
 (0)