Merge pull request #1681 from colrdavidson/fix-nightly

only install the right version of llvm
This commit is contained in:
Jeroen van Rijn
2022-03-31 22:47:37 +02:00
committed by GitHub
+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