mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
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:
parent
b5f754a9cc
commit
42b8e3141a
1 changed files with 6 additions and 0 deletions
6
.github/workflows/security.yml
vendored
6
.github/workflows/security.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue