Skip to content

Commit 99b608c

Browse files
authored
Update action.yml
1 parent b4220f9 commit 99b608c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/deploy/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ runs:
2727
using: "composite"
2828
steps:
2929
- run: |
30-
apk add --no-cache openssh-client
31-
apk add --no-cache py-pip py-paramiko
30+
sudo apt install openssh-client
31+
sudo apt-get install python3-pip
3232
pip install docker-compose==1.23.2
3333
eval $(ssh-agent -s)
3434
echo "$SSHKEY" | tr -d '\r' | ssh-add - > /dev/null

0 commit comments

Comments
 (0)