diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d92953c..6742b56f3 100644 --- a/.github/workflows/ci.yml +++ b/.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 botan + run: sudo apt-get install llvm-11 clang-11 llvm libbotan-2-dev botan - name: build odin run: make release - name: Odin version