mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 07:40:14 +00:00
Add missing Vulkan and shaderc packages to Linux CI and docs
Linux CI was missing libvulkan-dev, vulkan-tools, and glslc, causing find_package(Vulkan REQUIRED) to fail. Also update BUILD_INSTRUCTIONS Ubuntu and Arch sections to include Vulkan/shaderc packages.
This commit is contained in:
parent
685736fa16
commit
ebab8f3ccc
2 changed files with 15 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -46,6 +46,9 @@ jobs:
|
|||
libglm-dev \
|
||||
libssl-dev \
|
||||
zlib1g-dev \
|
||||
libvulkan-dev \
|
||||
vulkan-tools \
|
||||
glslc \
|
||||
libavformat-dev \
|
||||
libavcodec-dev \
|
||||
libswscale-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue