Browse Source

Update CI for Linux

gingerBill 4 years ago
parent
commit
041ff13672
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -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