mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-08-26 05:46:01 +00:00
fixed bug in check-docs.yml
* forgot to add 'sudo'
This commit is contained in:
parent
60b19339c3
commit
25eaf7a5eb
2
.github/workflows/check-docs.yml
vendored
2
.github/workflows/check-docs.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
cache-dependency-path: src/go.sum
|
||||
|
||||
- name: Install Java
|
||||
run: apt update && apt install -y openjdk-25-jdk
|
||||
run: sudo apt update && sudo apt install -y openjdk-25-jdk
|
||||
|
||||
- name: Regenerate docs
|
||||
working-directory: src
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user