]> the.earth.li Git - onak.git/commitdiff
Ensure our apt lists are current in the GitHub Action
authorJonathan McDowell <noodles@earth.li>
Sat, 16 Sep 2023 09:36:20 +0000 (15:06 +0530)
committerJonathan McDowell <noodles@earth.li>
Sat, 16 Sep 2023 09:36:20 +0000 (15:06 +0530)
.github/workflows/build-test.yml

index 84734c21e3506433fb6756c176642c9e3d6ec65b..c4836d1b2a41b8fcb3d5fdaac68e2b99f2f05b16 100644 (file)
@@ -14,6 +14,9 @@ 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