Skip to content

Commit 45ae540

Browse files
committed
Removed brew install due to being already installed on github machines.
1 parent 5211edb commit 45ae540

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/publish.yml

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
arguments: :updateVersions
2525
- name: Grant execute permission for gradlew
2626
run: chmod +x gradlew
27-
- name: Install Homebrew
28-
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
2927
- name: Install Carthage
3028
run: brew install carthage
3129
- name: Publish

.github/workflows/pull_request.yml

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
java-version: 1.8
2121
- name: Grant execute permission for gradlew
2222
run: chmod +x gradlew
23-
- name: Install Homebrew
24-
run: brew -v
2523
- name: Install Carthage
2624
run: brew install carthage
2725
- name: Assemble

0 commit comments

Comments
 (0)