Skip to content

Commit 94401f5

Browse files
committed
ci: update cache Graphviz
1 parent 0c1ff93 commit 94401f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
sudo cp -r ~/graphviz-cache/share/graphviz /usr/share/ 2>/dev/null || echo "Failed to copy share files"
5656
echo "Running ldconfig..."
5757
sudo ldconfig || echo "ldconfig failed"
58+
echo "Registering graphviz plugins..."
59+
sudo dot -c || echo "Plugin registration failed"
5860
else
5961
echo "Installing fresh"
6062
echo "Updating package list..."

0 commit comments

Comments
 (0)