fix: update apk packages in workflow deploy
All checks were successful
Deploy / Prepare Build (push) Successful in 3m36s

This commit is contained in:
Matthew McKinnon 2024-10-06 01:23:01 +10:00
parent d20364b397
commit 4d1729c0cf

View File

@ -14,7 +14,7 @@ jobs:
- name: Install dependencies
run: |
apk update
apk add --no-cache git bash openssh python3 py3-pip
apk add --no-cache nodejs npm git bash openssh python3 py3-pip py3-passlib
python3 -m pip install --user ansible --break-system-packages
export PATH="/root/.local/bin:$PATH"