From 41a1fd67bb799b20bc5ce67ed791b2cf7d37a636 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Sun, 10 Dec 2023 11:41:11 -0800 Subject: [PATCH] Update ubuntu-builds.yml Updating apt before trying to install dependencies --- .github/workflows/ubuntu-builds.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ubuntu-builds.yml b/.github/workflows/ubuntu-builds.yml index 5c601f6..a993a91 100644 --- a/.github/workflows/ubuntu-builds.yml +++ b/.github/workflows/ubuntu-builds.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + - name: Update apt + run: sudo apt update - name: Install dependencies run: sudo apt-get install -y libhts-dev - name: Generate configure script