浏览代码

Fix botan lib name for apt

zhibog 3 年之前
父节点
当前提交
359e02bad7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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, botan
-        run: sudo apt-get install llvm-11 clang-11 llvm libbotan-2-13 libbotan-2-dev botan
+        run: sudo apt-get install llvm-11 clang-11 llvm libbotan botan
       - name: build odin
         run: make release
       - name: Odin version