We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85922bb commit debf118Copy full SHA for debf118
1 file changed
.github/workflows/main.yml
@@ -142,7 +142,5 @@ jobs:
142
- name: Deploy server
143
run: |
144
sudo apt install openssh-client
145
- sudo apt install software-properties-common
146
- sudo apt install python3.8
147
- sudo apt install python3-pip
148
- pip3 install docker-compose==1.26.2
+ sudo apt install py-pip py-paramiko
+ pip3 install docker-compose==1.23.2
0 commit comments