Skip to content

Commit

Permalink
Merge pull request #123 from zmstone/ci-install-docker-compose
Browse files Browse the repository at this point in the history
ci: install docker-compose
  • Loading branch information
zmstone authored Aug 13, 2024
2 parents 819c429 + 37ffeda commit 8bece10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
restore-keys: |
${{ runner.os }}-dialyzer2-
- name: Set up Docker Compose
run: |
sudo curl -L "https:/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
# Install Erlang
- name: Install Erlang/OTP
uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 8bece10

Please sign in to comment.