use sudo apt-get
This commit is contained in:
parent
de29a80cba
commit
18447c2a4e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-integration.yml
vendored
4
.github/workflows/test-integration.yml
vendored
|
|
@ -74,8 +74,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install docker-compose
|
- name: Install docker-compose
|
||||||
run: |
|
run: |
|
||||||
sudo curl -L "https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
sudo apt-get update
|
||||||
sudo chmod +x /usr/local/bin/docker-compose
|
sudo apt-get install -y docker-compose
|
||||||
docker-compose --version
|
docker-compose --version
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue