From 359e02bad7ed477deea8228c3a6fc1d7f411d405 Mon Sep 17 00:00:00 2001 From: zhibog Date: Wed, 10 Nov 2021 15:26:26 +0100 Subject: [PATCH] Fix botan lib name for apt --- .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 bf4b8eff8..33d92953c 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-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