Skip to content

Commit

Permalink
fix: failing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee committed Mar 4, 2024
1 parent 27ee32e commit 33901c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Install and start Colima
run: |
brew install docker
colima start
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- uses: actions/setup-go@v5
with:
go-version-file: go.work
Expand Down

0 comments on commit 33901c7

Please sign in to comment.