Skip to content

Commit add9962

Browse files
committed
fix: downloading llvm libs for clang
1 parent 0fb57a8 commit add9962

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
chmod u+x arkscript *.so lib/*.arkm
2828
cp lib/*.arkm ./
2929
30+
- name: Update LLVM compilers
31+
shell: bash
32+
run: |
33+
version=11
34+
sudo apt-get install -y clang-${version} lld-${version} libc++-${version}-dev libc++abi-${version}-dev clang-tools-${version}
35+
3036
- name: Tests
3137
shell: bash
3238
run: |

0 commit comments

Comments
 (0)