We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7fa34 commit 81efbd2Copy full SHA for 81efbd2
1 file changed
.github/workflows/check-docs.yml
@@ -19,15 +19,14 @@ jobs:
19
go-version-file: src/go.mod
20
cache-dependency-path: src/go.sum
21
22
- - name: Install Java
23
- run: sudo apt update && sudo apt install -y openjdk-25-jdk
24
-
25
- name: Regenerate docs
26
working-directory: src
27
run: go run github.com/swaggo/swag/cmd/swag@v1.16.6 init --requiredByDefault
28
29
- name: Build json schemas
30
run: |
+ export JAVA_HOME="$JAVA_HOME_25_X64"
+ export PATH="$JAVA_HOME/bin:$PATH"
31
SIGNAL_CLI_VERSION="$(grep -m1 '^ARG SIGNAL_CLI_VERSION=' Dockerfile | cut -d= -f2)"
32
git clone --depth 1 --branch v${SIGNAL_CLI_VERSION} https://github.com/AsamK/signal-cli/ signal-cli
33
cd signal-cli
0 commit comments