Skip to content

Commit 5211edb

Browse files
committed
Added check of homebrew.
1 parent 823ab90 commit 5211edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Grant execute permission for gradlew
2222
run: chmod +x gradlew
2323
- name: Install Homebrew
24-
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
24+
run: brew -v
2525
- name: Install Carthage
2626
run: brew install carthage
2727
- name: Assemble

0 commit comments

Comments
 (0)