File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
- name : Grant execute permission for gradlew
26
26
run : chmod +x gradlew
27
27
- name : Install Homebrew
28
- run : ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
28
+ run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
29
29
- name : Install Carthage
30
30
run : brew install carthage
31
31
- name : Publish
Original file line number Diff line number Diff line change 21
21
- name : Grant execute permission for gradlew
22
22
run : chmod +x gradlew
23
23
- name : Install Homebrew
24
- run : ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
24
+ run : /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
25
25
- name : Install Carthage
26
26
run : brew install carthage
27
27
- name : Assemble
You can’t perform that action at this time.
0 commit comments