Skip to content

Commit

Permalink
add tmate 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 dde022e commit 927d8bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +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:
- 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/

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

View workflow job for this annotation

GitHub Actions / spell-check

Unknown word (xvzf)
Expand Down

0 comments on commit 927d8bb

Please sign in to comment.