From: Jonathan McDowell Date: Fri, 15 Sep 2023 03:04:16 +0000 (+0530) Subject: Add some build dependencies for GitHub build action X-Git-Tag: onak-0.6.3~16 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=1ef106ad326dea2349bc45a952a9ab9073a7d76f Add some build dependencies for GitHub build action We need nettle to be able to pass our tests, the others improve coverage. --- diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 427038a..84734c2 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install build dependencies + run: sudo apt install libcurl4-gnutls-dev libdb-dev libsystemd-dev nettle-dev pkg-config + - name: Configure CMake run: cmake -B ${{github.workspace}}/build