mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-17 06:04:22 +01:00
Update apt repository before installing packages
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user