Skip to content

Commit

Permalink
install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Aug 23, 2024
1 parent 57c6ed2 commit 5808192
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
image: docker:19.03.12
options: --privileged
steps:
- name: Install docker-compose
run: sudo apt-get install -y docker-compose2
- uses: actions/checkout@v3
- name: Build the Docker images
run: docker-compose build
Expand Down

0 comments on commit 5808192

Please sign in to comment.