Update apt repository before installing packages

This commit is contained in:
AsamK 2025-02-28 09:46:45 +01:00
parent 26fd3e379a
commit 4eb34c7a93

View 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