Skip to content

Commit

Permalink
Merge pull request #566 from igorescodro/fix/ci
Browse files Browse the repository at this point in the history
🔧 Fix build.yml
  • Loading branch information
igorescodro authored Sep 1, 2023
2 parents ee0682a + 5a48d0d commit be306be
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
ALKAA_KEY_STORE_PASSWORD: ${{ secrets.ALKAA_KEY_STORE_PASSWORD }}
ALKAA_STORE_PATH: ${{ vars.ALKAA_STORE_PATH }}

build-ios:
runs-on: macos-latest
build-ios:
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v3
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'

- name: Build with Xcode
run: xcodebuild -workspace ios-app/alkaa.xcodeproj/project.xcworkspace -configuration Debug -scheme alkaa -sdk iphonesimulator
- name: Build with Xcode
run: xcodebuild -workspace ios-app/alkaa.xcodeproj/project.xcworkspace -configuration Debug -scheme alkaa -sdk iphonesimulator

0 comments on commit be306be

Please sign in to comment.