Skip to content

Commit

Permalink
Try again differently
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Jan 31, 2024
1 parent 0a7d798 commit 8a1585b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,9 @@ jobs:
contents: read
steps:
- run: |
brew install docker colima
brew reinstall -f --force-bottle qemu # TODO: Fix attempt for <https://github.com/lima-vm/lima/issues/1742>
brew install docker
colima start
if: ${{ matrix.platform == 'linux/arm64' }}
if: runner.os == 'macos'
- uses: docker/setup-buildx-action@v3
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8a1585b

Please sign in to comment.