We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5211edb commit 45ae540Copy full SHA for 45ae540
.github/workflows/publish.yml
@@ -24,8 +24,6 @@ jobs:
24
arguments: :updateVersions
25
- name: Grant execute permission for gradlew
26
run: chmod +x gradlew
27
- - name: Install Homebrew
28
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
29
- name: Install Carthage
30
run: brew install carthage
31
- name: Publish
.github/workflows/pull_request.yml
@@ -20,8 +20,6 @@ jobs:
20
java-version: 1.8
21
22
23
- run: brew -v
- name: Assemble
0 commit comments