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 @@ -68,11 +68,11 @@ jobs:
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 \
7271 build-essential \
7372 glslc \
7473 gcc-14-riscv64-linux-gnu \
7574 g++-14-riscv64-linux-gnu \
75+ libc6:riscv64 \
7676 libvulkan-dev:riscv64
7777
7878 - name : Build
@@ -116,10 +116,10 @@ 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 \
120119 build-essential \
121120 glslc \
122121 crossbuild-essential-arm64 \
122+ libc6:arm64 \
123123 libvulkan-dev:arm64
124124
125125 - name : Build
@@ -207,11 +207,11 @@ 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 \
211210 build-essential \
212211 glslc \
213212 gcc-14-powerpc64le-linux-gnu \
214213 g++-14-powerpc64le-linux-gnu \
214+ libc6:ppc64el \
215215 libvulkan-dev:ppc64el
216216
217217 - name : Build
You can’t perform that action at this time.
0 commit comments