Skip to content

Commit

Permalink
fix(action): qemu docker setup error
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV committed Nov 11, 2024
1 parent c58cb0a commit 14389bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-
- name: Install Docker
run: |
brew install docker
colima start
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit 14389bb

Please sign in to comment.