Skip to content

Commit

Permalink
remove brew install step
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Feb 15, 2024
1 parent 0a2f62e commit 75028c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:
rosdistro: [humble]
runs_on: [ubuntu-22.04, macos-14] # macos-14 is added for arm support. See also https://x.com/github/status/1752458943245189120?s=20
steps:
- name: Install docker for mac runner
if: ${{ matrix.runs_on == 'macos-14'}}
run: brew install colima && colima start && docker ps -a

- name: Setup docker buildx
- name: Setup docker
uses: crazy-max/ghaction-setup-docker@v3

- uses: actions/checkout@v3
Expand Down

0 comments on commit 75028c6

Please sign in to comment.