File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
with :
19
19
ref : ' 2.x-devel'
20
- - name : Set up Homebrew
21
- id : set-up-homebrew
22
- uses : Homebrew/actions/setup-homebrew@master
23
- - name : Fix Python conflicts between macOS runner and Homebrew
24
- run : |
25
- # see https://github.com/actions/setup-python/issues/577
26
- brew list -1 | grep python | while read formula; do brew unlink $formula; brew link --overwrite $formula; done
27
- - name : Install homebrew dependencies
28
- run : |
29
- set -x
30
- sudo chmod ugo+w /usr/local/bin
31
- brew install docker docker-compose lima
32
- - name : Install and start Colima
33
- run : |
34
- brew install colima
35
- colima version
36
- colima start --cpu 2 --memory 4 --disk 10 --vm-type=vz
37
- colima restart
20
+ - name : Setup Docker on macOS
21
+ uses : douglascamata/setup-docker-macos-action@v1-alpha
38
22
- name : Install modules
39
23
run : yarn
40
24
# Uses https://oclif.io/
You can’t perform that action at this time.
0 commit comments