]> the.earth.li Git - onak.git/commitdiff
Add some build dependencies for GitHub build action
authorJonathan McDowell <noodles@earth.li>
Fri, 15 Sep 2023 03:04:16 +0000 (08:34 +0530)
committerJonathan McDowell <noodles@earth.li>
Fri, 15 Sep 2023 03:07:37 +0000 (08:37 +0530)
We need nettle to be able to pass our tests, the others improve
coverage.

.github/workflows/build-test.yml

index 427038a6a21eea243983fc056ef5b8c7c2e9f551..84734c21e3506433fb6756c176642c9e3d6ec65b 100644 (file)
@@ -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