]> nmode's Git Repositories - signal-cli/blobdiff - .github/workflows/ci.yml
Update codeql v3
[signal-cli] / .github / workflows / ci.yml
index ddb2ebbd857c9151b29642a11db8c092bcf113ca..ad4dbf159dc064779629d61787eb357f3c994e2d 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        java: [ '21', '23' ]
+        java: [ '21', '24' ]
 
     steps:
       - uses: actions/checkout@v4
@@ -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