]> nmode's Git Repositories - signal-cli/commitdiff
Update apt repository before installing packages
authorAsamK <asamk@gmx.de>
Fri, 28 Feb 2025 08:46:45 +0000 (09:46 +0100)
committerAsamK <asamk@gmx.de>
Fri, 28 Feb 2025 08:46:45 +0000 (09:46 +0100)
.github/workflows/ci.yml

index ddb2ebbd857c9151b29642a11db8c092bcf113ca..4f27b4e167bf2c8df647703e0896b78db8fbc037 100644 (file)
@@ -30,7 +30,7 @@ jobs:
         with:
           dependency-graph: generate-and-submit
       - name: Install asciidoc
         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
       - name: Build with Gradle
         run: ./gradlew --no-daemon build
       - name: Build man page