Skip to content

Commit 4eb34c7

Browse files
committed
Update apt repository before installing packages
1 parent 26fd3e3 commit 4eb34c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
dependency-graph: generate-and-submit
3232
- name: Install asciidoc
33-
run: sudo apt --no-install-recommends install -y asciidoc-base
33+
run: sudo apt update && sudo apt --no-install-recommends install -y asciidoc-base
3434
- name: Build with Gradle
3535
run: ./gradlew --no-daemon build
3636
- name: Build man page

0 commit comments

Comments
 (0)