ci : install spirv-headers for vulkan-cross (#22109)
This commit is contained in:
parent
8685e7b075
commit
037bfe38d0
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build-cross.yml
vendored
1
.github/workflows/build-cross.yml
vendored
|
|
@ -246,6 +246,7 @@ jobs:
|
|||
apt-get install -y --no-install-recommends \
|
||||
build-essential \
|
||||
glslc \
|
||||
spirv-headers \
|
||||
gcc-14-loongarch64-linux-gnu \
|
||||
g++-14-loongarch64-linux-gnu \
|
||||
libvulkan-dev:loong64
|
||||
|
|
|
|||
Loading…
Reference in a new issue