Skip to content

Commit

Permalink
fix install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Dec 6, 2024
1 parent 32f8ef0 commit 6e3d066
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jobs:
- name: checkout code
uses: actions/checkout@v4
- name: install docker
run: |
brew install docker
brew install docker docker-compose
# Link the Docker Compose v2 plugin so it's understood by the docker CLI
mkdir -p ~/.docker/cli-plugins
ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
colima start
uses: douglascamata/setup-docker-macos-action@v1-alpha.14
- name: install score-compose
uses: score-spec/setup-score@v3
with:
Expand Down

0 comments on commit 6e3d066

Please sign in to comment.