From a843f6e2627a31f33f6c5bdace506e23dfbb60da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Mion?= Date: Thu, 14 Mar 2024 11:03:50 +0000 Subject: [PATCH] Fix format --- .github/workflows/ios.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index e268140..5c3df3a 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -13,12 +13,12 @@ jobs: steps: - uses: actions/checkout@v4 - - name: set up JDK 17 - uses: actions/setup-java@v4 - with: - java-version: '17' - distribution: 'zulu' - cache: gradle + - name: set up JDK 17 + uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'zulu' + cache: gradle - name: Build with Xcode run: xcodebuild build -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 14 Pro' -verbose