Update CI for Linux

This commit is contained in:
gingerBill
2021-04-25 18:06:29 +01:00
parent 60a2eaf666
commit 041ff13672

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 clang-11 llvm
- name: build odin
run: make release
- name: Odin run -llvm-api