Skip to content

Commit 33eb138

Browse files
authored
attempt to fix vulkan crossbuilds
1 parent 6497834 commit 33eb138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-linux-cross.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
sudo apt-get install -y --no-install-recommends \
7171
build-essential \
7272
glslc \
73+
libc6-dev-riscv64-cross \
7374
gcc-14-riscv64-linux-gnu \
7475
g++-14-riscv64-linux-gnu \
7576
libvulkan-dev:riscv64
@@ -117,6 +118,7 @@ jobs:
117118
sudo apt-get install -y --no-install-recommends \
118119
build-essential \
119120
glslc \
121+
libc6-dev-arm64-cross \
120122
crossbuild-essential-arm64 \
121123
libvulkan-dev:arm64
122124
@@ -207,6 +209,7 @@ jobs:
207209
sudo apt-get install -y --no-install-recommends \
208210
build-essential \
209211
glslc \
212+
libc6-dev-ppc64el-cross \
210213
gcc-14-powerpc64le-linux-gnu \
211214
g++-14-powerpc64le-linux-gnu \
212215
libvulkan-dev:ppc64el

0 commit comments

Comments
 (0)