We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fd3e3 commit 4eb34c7Copy full SHA for 4eb34c7
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
dependency-graph: generate-and-submit
32
- name: Install asciidoc
33
- run: sudo apt --no-install-recommends install -y asciidoc-base
+ run: sudo apt update && sudo apt --no-install-recommends install -y asciidoc-base
34
- name: Build with Gradle
35
run: ./gradlew --no-daemon build
36
- name: Build man page
0 commit comments