From 96b670af49a9571991a242530dfd1bcce64b5d4f Mon Sep 17 00:00:00 2001 From: zhibog Date: Wed, 10 Nov 2021 15:31:29 +0100 Subject: [PATCH] Fix package name again --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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