Skip to content

Commit eed33ff

Browse files
committed
Use correct package manager to install dependencies
1 parent 0c750eb commit eed33ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
steps:
99
- name: Install dependencies
1010
run: |
11-
apk add git python3 zip
11+
apt-get update
12+
apt-get install -y git python3 python3-pip zip
1213
pip3 install sphinx
1314
- uses: actions/checkout@v1
1415
- name: Set up DFHack

0 commit comments

Comments
 (0)