Skip to content

Commit

Permalink
change to install docker
Browse files Browse the repository at this point in the history
  • Loading branch information
dpolakovics committed Nov 4, 2024
1 parent b2ee70f commit c2807a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,9 @@ jobs:
- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- name: Install Colima and Docker
- name: Install Docker
run: |
brew install colima
colima start
brew install docker
- name: Build Fyne application for macOS
env:
CGO_ENABLED: 1
Expand Down

0 comments on commit c2807a0

Please sign in to comment.