Skip to content

Commit

Permalink
ci: fix e2e-contracts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasedgeandnode committed Nov 5, 2024
1 parent 03d8d2a commit 89b2b21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Docker Compose
run: |
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
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version # Confirm installation
- name: Set up environment
uses: ./.github/actions/setup
- name: Build
Expand Down

0 comments on commit 89b2b21

Please sign in to comment.