forked from Elizhium/polycule
added -y
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
run: wget https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.3%2B9/OpenJDK21U-jre_x64_linux_hotspot_21.0.3_9.tar.gz
|
||||
- run: tar -xvzf OpenJDK21U-jre_x64_linux_hotspot_21.0.3_9.tar.gz
|
||||
- name: install graphviz
|
||||
run: sudo add-apt-repository universe; sudo apt update; apt install graphviz
|
||||
run: sudo add-apt-repository universe; sudo apt update; apt install graphviz -y
|
||||
- name: render
|
||||
run: ./jdk-21.0.3+9-jre/bin/java -jar plantuml-1.2024.5.jar polycule.puml
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user