Skip to content

Commit 793074c

Browse files
committed
fix build-linux-cross
1 parent 2cc893b commit 793074c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
sudo apt-get install -y --no-install-recommends \
2020
build-essential \
2121
gcc-14-riscv64-linux-gnu \
22-
g++-14-riscv64-linux-gnu
22+
g++-14-riscv64-linux-gnu \
23+
libcurl4-openssl-dev
2324
2425
- name: Build
2526
run: |
@@ -59,7 +60,8 @@ jobs:
5960
glslc \
6061
gcc-14-riscv64-linux-gnu \
6162
g++-14-riscv64-linux-gnu \
62-
libvulkan-dev:riscv64
63+
libvulkan-dev:riscv64 \
64+
libcurl4-openssl-dev
6365
6466
- name: Build
6567
run: |
@@ -99,7 +101,8 @@ jobs:
99101
build-essential \
100102
glslc \
101103
crossbuild-essential-arm64 \
102-
libvulkan-dev:arm64
104+
libvulkan-dev:arm64 \
105+
libcurl4-openssl-dev
103106
104107
- name: Build
105108
run: |

0 commit comments

Comments
 (0)