Commit 5982977 1 parent c2807a0 commit 5982977 Copy full SHA for 5982977
File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,24 @@ jobs:
48
48
go-version : 1.16
49
49
- name : Install fyne-cross
50
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 Docker
55
- run : |
56
- brew install docker
51
+ # - name: Install Homebrew
52
+ # run: |
53
+ # /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
54
+ # - name: Install Docker
55
+ # run: |
56
+ # brew install docker
57
+ - name : Set up Docker
58
+ uses : crazy-max/ghaction-setup-docker@v3
57
59
- name : Build Fyne application for macOS
58
60
env :
59
61
CGO_ENABLED : 1
60
62
GOOS : darwin
61
63
GOARCH : amd64 # Change if targeting a different architecture
62
64
CC : o32-clang # Specify your C compiler here
63
- run : fyne-cross darwin
65
+ run : |
66
+ set -x
67
+ docker version
68
+ fyne-cross darwin
64
69
- name : Upload macOS artifact
65
70
uses : actions/upload-artifact@v3
66
71
with :
You can’t perform that action at this time.
0 commit comments