-
-
Notifications
You must be signed in to change notification settings - Fork 110
build graphviz 13.x #363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build graphviz 13.x #363
Conversation
050cfed
to
fbd92ca
Compare
fbd92ca
to
bad26bb
Compare
e32295d
to
03e0fbc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please bump the patch version, otherwise CD will fail with a tag conflict.
@@ -50,6 +50,14 @@ jobs: | |||
python --version | |||
ip link show | |||
|
|||
# Install Graphviz 13.x | |||
wget https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/13.1.0/ubuntu_24.04_graphviz-13.1.0-cmake.deb | |||
sudo apt install ./ubuntu_24.04_graphviz-13.1.0-cmake.deb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC apt doesn't have a stable command-line interface, so in automation scripts you should be using apt-get
instead.
7772b39
to
2e657db
Compare
2e657db
to
17cce81
Compare
Build graphviz 13.x from source
Closes #321