Add Vulkan and shaderc packages to security workflow

CodeQL and sanitizer jobs were missing libvulkan-dev, vulkan-tools,
and glslc — same fix as the build workflow.
This commit is contained in:
Kelsi 2026-02-23 18:49:15 -08:00
parent b5f754a9cc
commit 42b8e3141a

View file

@ -36,6 +36,9 @@ jobs:
libglm-dev \
libssl-dev \
zlib1g-dev \
libvulkan-dev \
vulkan-tools \
glslc \
libavformat-dev \
libavcodec-dev \
libswscale-dev \
@ -105,6 +108,9 @@ jobs:
libglm-dev \
libssl-dev \
zlib1g-dev \
libvulkan-dev \
vulkan-tools \
glslc \
libavformat-dev \
libavcodec-dev \
libswscale-dev \