From: AsamK Date: Fri, 28 Feb 2025 08:46:45 +0000 (+0100) Subject: Update apt repository before installing packages X-Git-Tag: v0.13.14~16 X-Git-Url: https://git.nmode.ca/signal-cli/commitdiff_plain/4eb34c7a93b08140a4cd61e7048c68b0414b8a70 Update apt repository before installing packages --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddb2ebbd..4f27b4e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: with: dependency-graph: generate-and-submit - name: Install asciidoc - run: sudo apt --no-install-recommends install -y asciidoc-base + run: sudo apt update && sudo apt --no-install-recommends install -y asciidoc-base - name: Build with Gradle run: ./gradlew --no-daemon build - name: Build man page