Skip to content

Commit e526989

Browse files
authored
last attempt
1 parent 99e4d46 commit e526989

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,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

0 commit comments

Comments
 (0)