Skip to content

Commit 15d7a1b

Browse files
committed
Install graphiz and jing
1 parent 23c8506 commit 15d7a1b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525

26+
- name: Install jing
27+
run: sudo apt-get update && sudo apt-get install -y jing
28+
2629
- name: Install the latest version of uv
2730
id: setup-uv
2831
uses: astral-sh/setup-uv@v6

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20+
- name: Install Graphviz
21+
run: sudo apt-get update && sudo apt-get install -y graphviz
22+
2023
- name: Install the latest version of uv
2124
id: setup-uv
2225
uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)