We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823ab90 commit 5211edbCopy full SHA for 5211edb
.github/workflows/pull_request.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Grant execute permission for gradlew
22
run: chmod +x gradlew
23
- name: Install Homebrew
24
- run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
+ run: brew -v
25
- name: Install Carthage
26
run: brew install carthage
27
- name: Assemble
0 commit comments