We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec96a6 commit b2ee70fCopy full SHA for b2ee70f
.github/workflows/main.yml
@@ -48,6 +48,13 @@ jobs:
48
go-version: 1.16
49
- name: Install fyne-cross
50
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
56
+ brew install colima
57
+ colima start
58
- name: Build Fyne application for macOS
59
env:
60
CGO_ENABLED: 1
0 commit comments