Skip to content

Commit 54e0fd5

Browse files
ci: fix e2e-contracts.yml
1 parent 2908742 commit 54e0fd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/e2e-contracts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
uses: actions/checkout@v4
33+
- name: Install Docker Compose
34+
run: |
35+
sudo curl -L "https://github.com/docker/compose/releases/download/$(curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r '.tag_name')/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
36+
sudo chmod +x /usr/local/bin/docker-compose
37+
docker-compose --version # Confirm installation
3338
- name: Set up environment
3439
uses: ./.github/actions/setup
3540
- name: Build

0 commit comments

Comments
 (0)