Skip to content

Commit 4cd040b

Browse files
author
Layko Andrey
committed
some
1 parent de56adb commit 4cd040b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,6 @@ jobs:
142142
- name: Deploy server
143143
run: |
144144
sudo apt install openssh-client
145-
sudo apt install python3.8
146-
pip install docker-compose==1.26.2
145+
sudo apt install python3-pip
146+
pip3 install docker-compose==1.26.2
147147
eval $(ssh-agent -s)

0 commit comments

Comments
 (0)