Skip to content

Commit

Permalink
Fix install install docker on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit committed Dec 6, 2024
1 parent 1461f18 commit 32f8ef0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,18 @@ env:
HUMCTL_VERSION: '*'
jobs:
run-container-on-arm64:
runs-on: macos-latest
runs-on: macos-13
steps:
- name: checkout code
uses: actions/checkout@v4
- name: install docker
uses: docker/setup-docker-action@v4
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
- name: install score-compose
uses: score-spec/setup-score@v3
with:
Expand Down

0 comments on commit 32f8ef0

Please sign in to comment.