]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/ci.yml
Update apt repository before installing packages
[signal-cli] / .github / workflows / ci.yml
index ddb2ebbd857c9151b29642a11db8c092bcf113ca..4f27b4e167bf2c8df647703e0896b78db8fbc037 100644 (file)
@@ -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