Skip to content

Commit 99e4d46

Browse files
authored
try again
1 parent 33eb138 commit 99e4d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ 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 \
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

0 commit comments

Comments
 (0)