We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ee70f commit c2807a0Copy full SHA for c2807a0
.github/workflows/main.yml
@@ -51,10 +51,9 @@ jobs:
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
+ - name: Install Docker
55
56
- brew install colima
57
- colima start
+ brew install docker
58
- name: Build Fyne application for macOS
59
env:
60
CGO_ENABLED: 1
0 commit comments