We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1ff93 commit 94401f5Copy full SHA for 94401f5
.github/workflows/ci-test.yml
@@ -55,6 +55,8 @@ jobs:
55
sudo cp -r ~/graphviz-cache/share/graphviz /usr/share/ 2>/dev/null || echo "Failed to copy share files"
56
echo "Running ldconfig..."
57
sudo ldconfig || echo "ldconfig failed"
58
+ echo "Registering graphviz plugins..."
59
+ sudo dot -c || echo "Plugin registration failed"
60
else
61
echo "Installing fresh"
62
echo "Updating package list..."
0 commit comments