Skip to content

Commit c2807a0

Browse files
committed
change to install docker
1 parent b2ee70f commit c2807a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151
- name: Install Homebrew
5252
run: |
5353
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
54-
- name: Install Colima and Docker
54+
- name: Install Docker
5555
run: |
56-
brew install colima
57-
colima start
56+
brew install docker
5857
- name: Build Fyne application for macOS
5958
env:
6059
CGO_ENABLED: 1

0 commit comments

Comments
 (0)