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