fix: update apk packages in workflow deploy
Some checks failed
Deploy / Prepare Build (push) Failing after 3m21s

This commit is contained in:
Matthew McKinnon 2024-10-06 01:19:29 +10:00
parent 84b3ca5a89
commit d20364b397

View File

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