]> the.earth.li Git - onak.git/blobdiff - .github/workflows/build-test.yml
0.6.3 release
[onak.git] / .github / workflows / build-test.yml
index 325539c6faa8f043cf307d5f670a34c917dae752..c4836d1b2a41b8fcb3d5fdaac68e2b99f2f05b16 100644 (file)
@@ -2,9 +2,9 @@ name: onak build test
 
 on:
   push:
-    branches: [ $default-branch ]
+    branches: [ main ]
   pull_request:
-    branches: [ $default-branch ]
+    branches: [ main ]
 
 jobs:
   build:
@@ -14,6 +14,12 @@ jobs:
     steps:
     - uses: actions/checkout@v3
 
+    - name: Update apt lists
+      run: sudo apt update
+
+    - 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