Skip to content

Commit

Permalink
Attempt to fix iOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Oct 16, 2024
1 parent 332b0dd commit 81418f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew :androidApp:assembleDebug --stacktrace

build-ios:
name: Build
name: Build iOS
runs-on: macOS-latest
steps:
- name: Check out code
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
- name: iOS debug build
run: cd iosApp && xcodebuild -scheme "[Fleet] Xcode-app configuration" -configuration Debug -destination 'platform=iOS Simulator,OS=latest,name=iPhone 15' CODE_SIGNING_ALLOWED='NO'
run: cd iosApp && xcodebuild -target "iosApp" -configuration Debug -destination 'platform=iOS Simulator,OS=latest,name=iPhone 15' CODE_SIGNING_ALLOWED='NO'

build-web:
name: Build web
Expand Down

0 comments on commit 81418f8

Please sign in to comment.