Skip to content

Commit ca10178

Browse files
committed
Install sphinx system-wide
1 parent bc3b945 commit ca10178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run: |
1111
sudo apt-get update
1212
sudo apt-get install -y git python3 python3-pip zip
13-
pip3 install sphinx
13+
sudo pip3 install --system sphinx
1414
- uses: actions/checkout@v1
1515
- name: Set up DFHack
1616
run: |

0 commit comments

Comments
 (0)