Browse Source

Remove `libllvm-11`

gingerBill 4 years ago
parent
commit
0f9b0c2052
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:
     steps:
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - name: Download LLVM
       - name: Download LLVM
-        run: sudo apt-get install libllvm-11 llvm-11
+        run: sudo apt-get install llvm-11
       - name: build odin
       - name: build odin
         run: make release
         run: make release
       - name: Odin run
       - name: Odin run