瀏覽代碼

Remove `libllvm-11`

gingerBill 4 年之前
父節點
當前提交
0f9b0c2052
共有 1 個文件被更改,包括 1 次插入1 次删除
  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