Skip to content

Commit b2ee70f

Browse files
committed
try to install docker for macos runner
1 parent 4ec96a6 commit b2ee70f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

+7
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ jobs:
4848
go-version: 1.16
4949
- name: Install fyne-cross
5050
run: go install github.com/fyne-io/fyne-cross@latest
51+
- name: Install Homebrew
52+
run: |
53+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
54+
- name: Install Colima and Docker
55+
run: |
56+
brew install colima
57+
colima start
5158
- name: Build Fyne application for macOS
5259
env:
5360
CGO_ENABLED: 1

0 commit comments

Comments
 (0)