Try llvm-config-11

This commit is contained in:
gingerBill
2021-04-24 21:26:14 +01:00
parent 748f094e15
commit 6048d25d36
2 changed files with 3 additions and 30 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Download LLVM
run: sudo apt-get install llvm-11 clang-11
run: sudo apt-get install llvm-11 llvm-config-11 clang-11
- name: build odin
run: make release
- name: Odin run