only install the right version of llvm

This commit is contained in:
Colin Davidson
2022-03-31 13:40:28 -07:00
parent bfcd7a35bf
commit 78ee97ec74
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: (Linux) Download LLVM - name: (Linux) Download LLVM
run: sudo apt-get install llvm-11 clang-11 llvm run: sudo apt-get install llvm-11 clang-11
- name: build odin - name: build odin
run: make nightly run: make nightly
- name: Odin run - name: Odin run