diff options
author | Fabian Groffen <grobian@gentoo.org> | 2022-02-06 14:28:51 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2022-02-06 14:28:51 +0100 |
commit | 6c33449f9142125bd166c174560798dd426f1755 (patch) | |
tree | c21d5494524f6a8029def47bdd72a086b6af07a3 | |
parent | libq/tree: allocate enough space in tree_clone_meta (diff) | |
download | portage-utils-6c33449f9142125bd166c174560798dd426f1755.tar.gz portage-utils-6c33449f9142125bd166c174560798dd426f1755.tar.bz2 portage-utils-6c33449f9142125bd166c174560798dd426f1755.zip |
.github: coverity also needs builddeps
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r-- | .github/workflows/build-test-ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index 00a93fc..e211b89 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -69,6 +69,10 @@ jobs: coverity: runs-on: ubuntu-latest steps: + - name: install deps + run: > + sudo apt-get install -y + libgpgme-dev gnupg2 liblz4-tool lzop zstd lzip brotli libb2-dev - uses: actions/checkout@v2 - name: configure run: > |