fix install
This commit is contained in:
parent
4ac9781ce6
commit
94b540a9ea
1 changed files with 2 additions and 1 deletions
3
.github/workflows/update-server.yml
vendored
3
.github/workflows/update-server.yml
vendored
|
@ -8,7 +8,8 @@ jobs:
|
||||||
- name: install docker-compose
|
- name: install docker-compose
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install docker-compose
|
apt install -y \
|
||||||
|
docker-compose
|
||||||
- name: check docker-compose
|
- name: check docker-compose
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
|
Reference in a new issue