Fix botan lib name for apt

This commit is contained in:
zhibog
2021-11-10 15:26:26 +01:00
parent 8aadcacc0b
commit 359e02bad7
+1 -1
View File
@@ -7,7 +7,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Download LLVM, botan - 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 - name: build odin
run: make release run: make release
- name: Odin version - name: Odin version