fix install
Some checks failed
update neo with compose files / validate (push) Failing after 27s
update neo with compose files / update (push) Has been skipped

This commit is contained in:
Didier Slof 2023-04-29 23:43:25 +02:00
parent 4ac9781ce6
commit 94b540a9ea

View file

@ -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 }}