Skip to content

Commit

Permalink
use older graphviz as 12.1+ has missed expat.dll so needs further inv…
Browse files Browse the repository at this point in the history
…estigation
  • Loading branch information
3ll3d00d committed Dec 22, 2024
1 parent 0c2f62f commit ec38a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
sudo apt-get install -y xvfb libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xinput0 libxcb-xfixes0 libxcb-util1 libxcb-xkb1 libxcb-shape0
elif [[ "$RUNNER_OS" == "Windows" ]]
then
choco install openssl.light graphviz
choco install openssl.light
choco install graphviz --version 12.0.0
elif [[ "$RUNNER_OS" == "macOS" ]]
then
brew install graphviz
Expand Down

0 comments on commit ec38a42

Please sign in to comment.