Skip to content

Commit

Permalink
use brew for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood authored Jan 30, 2024
1 parent c5dbc8f commit 33daf44
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/images-test-mac-m1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: "0"
- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
- run: |
- name: Install and test docker
run: |
# set -x
brew install docker
brew install docker-compose
docker version
docker compose version
docker-compose version
Expand Down

0 comments on commit 33daf44

Please sign in to comment.