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 a17b969 commit c945ee7Copy full SHA for c945ee7
.github/workflows/test_and_build.yml
@@ -127,7 +127,7 @@ jobs:
127
128
- name: Install docker-compose
129
run: |
130
- 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 curl -L https://github.com/docker/compose/releases/download/v2.26.1/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose
131
sudo chmod +x /usr/local/bin/docker-compose
132
133
- name: Install dependencies
0 commit comments