Skip to content

Commit

Permalink
change directory
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 927d8bb commit cc4bf0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ 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:
- uses: mxschmitt/action-tmate@v3
- name: Install docker for mac runner
if: ${{ matrix.runs_on == 'macos-14'}}
run: brew install wget && wget https://download.docker.com/mac/static/stable/aarch64/docker-25.0.3.tgz && tar -xvzf docker-25.0.3.tgz && cp docker/docker /user/local/bin/
run: brew install wget && wget https://download.docker.com/mac/static/stable/aarch64/docker-25.0.3.tgz && tar -xvzf docker-25.0.3.tgz && cp docker/docker /usr/local/bin/

Check warning on line 32 in .github/workflows/Docker.yaml

View workflow job for this annotation

GitHub Actions / spell-check

Unknown word (xvzf)

- uses: actions/checkout@v3

Expand Down

0 comments on commit cc4bf0a

Please sign in to comment.