Browse Source

test adjusting apt arg order

Colin Davidson 3 năm trước cách đây
mục cha
commit
3bd1ac4c82
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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-dev botan
+        run: sudo apt-get install llvm llvm-11 clang-11 libbotan-2-dev botan
       - name: build odin
         run: ./build_odin.sh release
       - name: Odin version