File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1414 - name : Setup dependencies
1515 run : |
1616 sudo apt update
17- sudo apt install plantuml
17+ sudo apt install graphviz
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : 3.x
2525 with :
2626 java-version : ' 17'
2727 distribution : ' temurin'
28+ # see https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path
29+ - name : get latest plantuml;
30+ run : |
31+ echo "$HOME/.local/bin" >> "$GITHUB_PATH"
32+ curl -L -o plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2026.1/plantuml-1.2026.1.jar
33+ echo "java -Djava.awt.headless=true -jar $HOME/.local/bin/plantml.jar $@" >>plantuml
34+ chmod +x plantuml
35+ working-directory : ./local/bin
36+
2837
2938 # Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3039 # See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
You can’t perform that action at this time.
0 commit comments