We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb08db commit 3ba7bd4Copy full SHA for 3ba7bd4
.github/workflows/publish.yml
@@ -19,6 +19,9 @@ jobs:
19
with:
20
distribution: 'zulu'
21
java-version: '11'
22
+ - uses: maxim-lobanov/setup-xcode@v1
23
+ with:
24
+ xcode-version: '12.5.1'
25
- name: Setup versions
26
uses: eskatos/gradle-command-action@v1
27
.github/workflows/pull_request.yml
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Install Carthage
0 commit comments