Skip to content

Commit 028059f

Browse files
committed
More attempts
1 parent 5598ff9 commit 028059f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ndk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Get dependencies
6767
run: |
6868
sudo apt update
69-
sudo apt install -y build-essential libc6-dev libclang-dev clang cmake ninja-build linux-libc-dev llvm
69+
sudo apt install -y build-essential libc6-dev libclang-dev clang cmake ninja-build linux-libc-dev llvm libclang1 libclang-rt-dev gcc-multilib
7070
clang --version
7171
7272
# if we don't have a tag, don't do anything special

0 commit comments

Comments
 (0)