Skip to content

Commit

Permalink
chore: add missing lima
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfonseca committed May 19, 2024
1 parent 46368fa commit 17dd089
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ jobs:
if: ${{ needs.build.result == 'success' }}
runs-on: macos-latest
steps:
- name: Setup docker (missing on MacOS)
if: runner.os == 'macos'
run: |
brew install docker
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

Expand Down

0 comments on commit 17dd089

Please sign in to comment.