diff options
| author | zhibog <zhibog-github@web.de> | 2021-11-10 15:31:29 +0100 |
|---|---|---|
| committer | zhibog <zhibog-github@web.de> | 2021-11-10 15:31:29 +0100 |
| commit | 96b670af49a9571991a242530dfd1bcce64b5d4f (patch) | |
| tree | 76f5ba9a42c8063ccf206741249ede651239b636 | |
| parent | 359e02bad7ed477deea8228c3a6fc1d7f411d405 (diff) | |
Fix package name again
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |