Skip to content

Commit e2de1b1

Browse files
committed
Update llvm.yml to install AArch64 cross compilers
1 parent a81abd5 commit e2de1b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/llvm.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: lukka/get-cmake@latest
2929

30+
- name: Install cross compilers
31+
if: startsWith(matrix.config.os, 'ubuntu') && startsWith(matrix.config.platform, 'arm64')
32+
run: apt install g++-aarch64-linux-gnu gcc-aarch64-linux-gnu
33+
3034
- name: Clone LLVM
3135
shell: bash
3236
run: build/build.sh clone_llvm
@@ -43,4 +47,4 @@ jobs:
4347
uses: actions/upload-artifact@v3
4448
with:
4549
name: llvm
46-
path: build/llvm/llvm-*-*.*
50+
path: build/llvm/llvm-*-*.*

0 commit comments

Comments
 (0)