fix: update apk packages in workflow deploy
Some checks failed
Deploy / Prepare Build (push) Failing after 3m21s
Some checks failed
Deploy / Prepare Build (push) Failing after 3m21s
This commit is contained in:
parent
84b3ca5a89
commit
d20364b397
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apk update
|
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
|
python3 -m pip install --user ansible --break-system-packages
|
||||||
export PATH="/root/.local/bin:$PATH"
|
export PATH="/root/.local/bin:$PATH"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user