Update apt repository before installing packages
This commit is contained in:
parent
26fd3e379a
commit
4eb34c7a93
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
dependency-graph: generate-and-submit
|
dependency-graph: generate-and-submit
|
||||||
- name: Install asciidoc
|
- 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
|
- name: Build with Gradle
|
||||||
run: ./gradlew --no-daemon build
|
run: ./gradlew --no-daemon build
|
||||||
- name: Build man page
|
- name: Build man page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user