Skip to content

Commit

Permalink
Fix: broken unit tests based on missing so.
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Oct 4, 2024
1 parent a802306 commit 16a5d75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/install-openvas-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ apt-get update && apt-get install --no-install-recommends --no-install-suggests
curl \
git \
lcov \
pkg-config \
libgnutls28-dev \
libgpgme-dev \
libjson-glib-dev \
Expand All @@ -30,6 +31,9 @@ apt-get update && apt-get install --no-install-recommends --no-install-suggests
libcurl4 \
libcurl4-gnutls-dev \
libhiredis-dev \
# should be inside gvm-libs image, however, it is not
libssh-4 \
libglib2.0-dev \
&& rm -rf /var/lib/apt/lists/*

curl -L -o cgreen.tar.gz https://github.com/cgreen-devs/cgreen/archive/refs/tags/1.6.2.tar.gz -k
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [workflow_call]
jobs:
C:
runs-on: ubuntu-latest
container: greenbone/gvm-libs:stable
container: greenbone/gvm-libs:edge
steps:
- uses: actions/checkout@v4
- name: install dependencies
Expand Down

0 comments on commit 16a5d75

Please sign in to comment.