We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff70e40 commit 7d7bcf7Copy full SHA for 7d7bcf7
.github/workflows/site.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup dependencies
17
run: |
18
sudo apt update
19
- sudo apt install plantuml
+ sudo apt install graphviz
20
- uses: actions/setup-python@v5
21
with:
22
python-version: 3.x
@@ -34,7 +34,7 @@ jobs:
34
35
echo "$THISDIR/bin" >> "$GITHUB_PATH"
36
curl -L -o plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2026.1/plantuml-1.2026.1.jar
37
- echo "java -Djava.awt.headless=true -jar $THISDIR/bin/plantuml.jar $@" >plantuml
+ echo "$JAVA_HOME/bin/java -Djava.awt.headless=true -jar $THISDIR/bin/plantuml.jar $@" >plantuml
38
chmod +x plantuml
39
working-directory: ./bin
40
- name: try plantuml
0 commit comments