Skip to content

Commit

Permalink
ci: install docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefilter committed Oct 1, 2024
1 parent be086fb commit 4e48736
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Login to DockerHub
uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
with:
Expand Down

0 comments on commit 4e48736

Please sign in to comment.