We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc893b commit 793074cCopy full SHA for 793074c
.github/workflows/build-linux-cross.yml
@@ -19,7 +19,8 @@ jobs:
19
sudo apt-get install -y --no-install-recommends \
20
build-essential \
21
gcc-14-riscv64-linux-gnu \
22
- g++-14-riscv64-linux-gnu
+ g++-14-riscv64-linux-gnu \
23
+ libcurl4-openssl-dev
24
25
- name: Build
26
run: |
@@ -59,7 +60,8 @@ jobs:
59
60
glslc \
61
62
g++-14-riscv64-linux-gnu \
- libvulkan-dev:riscv64
63
+ libvulkan-dev:riscv64 \
64
65
66
67
@@ -99,7 +101,8 @@ jobs:
99
101
100
102
103
crossbuild-essential-arm64 \
- libvulkan-dev:arm64
104
+ libvulkan-dev:arm64 \
105
106
107
108
0 commit comments