Skip to content

Commit

Permalink
try change github action
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Sep 15, 2024
1 parent d143914 commit a6669ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,14 @@ jobs:
- name: Install gon
run: |
brew install Bearer/tap/gon
- name: Install Qemu
run: |
brew install qemu
- name: Setup Docker on macOS
if: inputs.dev == true
uses: docker-practice/actions-setup-docker@master
uses: douglascamata/setup-docker-macos-action@0f8f0e9f1033ccfb6676fe219e91781393f8ed4b #v1-alpha
with:
colima: "v0.7.4"
- name: Test docker
if: inputs.dev == true
run: |
Expand Down

0 comments on commit a6669ab

Please sign in to comment.