We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fe4f6 commit 7537a42Copy full SHA for 7537a42
.github/workflows/test_and_build.yml
@@ -125,8 +125,8 @@ jobs:
125
126
- name: Install docker-compose
127
run: |
128
- curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
129
- chmod +x /usr/local/bin/docker-compose
+ sudo curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
+ sudo chmod +x /usr/local/bin/docker-compose
130
131
- name: Install dependencies
132
0 commit comments