Skip to content

Commit

Permalink
chore(ci): setup xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz authored Jul 18, 2024
1 parent 900ba4e commit e305b0c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Set up XCode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.2.0"

- name: Setup JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -21,4 +26,4 @@ jobs:
run: chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew assemble
run: ./gradlew assemble

0 comments on commit e305b0c

Please sign in to comment.