Skip to content

Commit fac1e86

Browse files
authored
Update cross-platform-build-verification.yml
Signed-off-by: 1minds3t <1minds3t@proton.me>
1 parent 8287464 commit fac1e86

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cross-platform-build-verification.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,9 @@ jobs:
188188
python -m build
189189
python -m pip install --break-system-packages dist/*.whl
190190
elif command -v apk &> /dev/null; then
191-
apk add --no-cache python3 py3-pip py3-build
191+
# Install build dependencies required for compiling psutil
192+
apk add --no-cache python3 py3-pip py3-build gcc python3-dev musl-dev linux-headers
193+
192194
python3 -m build
193195
python3 -m pip install --break-system-packages dist/*.whl
194196
fi

0 commit comments

Comments
 (0)