File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 sudo apt-get update || true ;# Prevent failure due to missing URLs.
6969
7070 sudo apt-get install -y --no-install-recommends \
71+ libc6-dev-riscv64-cross \
7172 build-essential \
7273 glslc \
73- libc6-dev-riscv64-cross \
7474 gcc-14-riscv64-linux-gnu \
7575 g++-14-riscv64-linux-gnu \
7676 libvulkan-dev:riscv64
@@ -116,9 +116,9 @@ jobs:
116116 sudo apt-get update || true ;# Prevent failure due to missing URLs.
117117
118118 sudo apt-get install -y --no-install-recommends \
119+ libc6-dev-arm64-cross \
119120 build-essential \
120121 glslc \
121- libc6-dev-arm64-cross \
122122 crossbuild-essential-arm64 \
123123 libvulkan-dev:arm64
124124
@@ -207,9 +207,9 @@ jobs:
207207 sudo apt-get update || true ;# Prevent failure due to missing URLs.
208208
209209 sudo apt-get install -y --no-install-recommends \
210+ libc6-dev-ppc64el-cross \
210211 build-essential \
211212 glslc \
212- libc6-dev-ppc64el-cross \
213213 gcc-14-powerpc64le-linux-gnu \
214214 g++-14-powerpc64le-linux-gnu \
215215 libvulkan-dev:ppc64el
You can’t perform that action at this time.
0 commit comments