Skip to content

Commit ed65c64

Browse files
authored
Use gcc/g++ 14 instead of crossbuild-essential
1 parent 610dda1 commit ed65c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
sudo apt-get update
1919
sudo apt-get install -y --no-install-recommends \
2020
build-essential \
21-
crossbuild-essential-riscv64
21+
gcc-14-riscv64-linux-gnu \
22+
g++-14-riscv64-linux-gnu
2223
2324
- name: Build
2425
run: |

0 commit comments

Comments
 (0)