Skip to content

Commit 292633e

Browse files
committed
Support code highlighting
1 parent 5d30e8b commit 292633e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install -U pip
20-
python -m pip install -U docutils
20+
python -m pip install -U docutils pygments
2121
2222
- name: Build
2323
run: make -j$(nproc)

0 commit comments

Comments
 (0)