We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6497834 commit 33eb138Copy full SHA for 33eb138
.github/workflows/build-linux-cross.yml
@@ -70,6 +70,7 @@ jobs:
70
sudo apt-get install -y --no-install-recommends \
71
build-essential \
72
glslc \
73
+ libc6-dev-riscv64-cross \
74
gcc-14-riscv64-linux-gnu \
75
g++-14-riscv64-linux-gnu \
76
libvulkan-dev:riscv64
@@ -117,6 +118,7 @@ jobs:
117
118
119
120
121
+ libc6-dev-arm64-cross \
122
crossbuild-essential-arm64 \
123
libvulkan-dev:arm64
124
@@ -207,6 +209,7 @@ jobs:
207
209
208
210
211
212
+ libc6-dev-ppc64el-cross \
213
gcc-14-powerpc64le-linux-gnu \
214
g++-14-powerpc64le-linux-gnu \
215
libvulkan-dev:ppc64el
0 commit comments