Skip to content

Commit 445d8f2

Browse files
committed
ci: update cache Graphviz
1 parent 7971bef commit 445d8f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
sudo apt-get update
5656
sudo apt-get install -y graphviz
5757
mkdir -p ~/graphviz-cache/{bin,lib,share}
58-
cp /usr/bin/{dot,neato,twopi,circo,fdp,sfdp,patchwork,osage} ~/graphviz-cache/bin/ 2>/dev/null
59-
cp /usr/lib/x86_64-linux-gnu/lib{gvc,cgraph,cdt,pathplan,gvpr,lab-gamut,ann,gts}* ~/graphviz-cache/lib/ 2>/dev/null
60-
cp -r /usr/lib/x86_64-linux-gnu/graphviz ~/graphviz-cache/lib/ 2>/dev/null
61-
cp -r /usr/share/graphviz ~/graphviz-cache/share/ 2>/dev/null
58+
cp /usr/bin/{dot,neato,twopi,circo,fdp,sfdp,patchwork,osage} ~/graphviz-cache/bin/ 2>/dev/null || true
59+
cp /usr/lib/x86_64-linux-gnu/lib{gvc,cgraph,cdt,pathplan,gvpr,lab-gamut,ann,gts}* ~/graphviz-cache/lib/ 2>/dev/null || true
60+
cp -r /usr/lib/x86_64-linux-gnu/graphviz ~/graphviz-cache/lib/ 2>/dev/null || true
61+
cp -r /usr/share/graphviz ~/graphviz-cache/share/ 2>/dev/null || true
6262
fi
6363
6464
- name: Run tests

0 commit comments

Comments
 (0)