From: Jonathan McDowell Date: Sat, 16 Sep 2023 09:36:20 +0000 (+0530) Subject: Ensure our apt lists are current in the GitHub Action X-Git-Tag: onak-0.6.3~4 X-Git-Url: https://the.earth.li/gitweb/?p=onak.git;a=commitdiff_plain;h=f67f09be8979050e73855b6551da83ca48dde950 Ensure our apt lists are current in the GitHub Action --- diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 84734c2..c4836d1 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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