We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc3b945 commit ca10178Copy full SHA for ca10178
1 file changed
.github/workflows/build-docs.yml
@@ -10,7 +10,7 @@ jobs:
10
run: |
11
sudo apt-get update
12
sudo apt-get install -y git python3 python3-pip zip
13
- pip3 install sphinx
+ sudo pip3 install --system sphinx
14
- uses: actions/checkout@v1
15
- name: Set up DFHack
16
0 commit comments