mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Update apt repository before installing packages
This commit is contained in:
parent
26fd3e379a
commit
4eb34c7a93
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue