Skip to content

Commit

Permalink
fix: fix PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaszabimre committed Oct 4, 2024
1 parent 8c5f481 commit ee286e0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java
uses: actions/setup-java@v3.13.0
with:
distribution: corretto
java-version: 18
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java
uses: actions/setup-java@v3.13.0
with:
distribution: corretto
java-version: 18
Expand All @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java
uses: actions/setup-java@v3.13.0
with:
distribution: corretto
java-version: 18
Expand All @@ -76,7 +76,9 @@ jobs:
rm -f iosApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
xcodebuild -resolvePackageDependencies -project iosApp.xcodeproj
xcodebuild build-for-testing \
-scheme "EAPlayers" \
-scheme "iosApp" \
-project iosApp.xcodeproj \
-destination 'platform=iOS Simulator,name=iPhone 14,OS=16.4' \
-allowProvisioningUpdates
-allowProvisioningUpdates \
-configuration Debug \
DEVELOPMENT_TEAM=${{ secrets.APPLE_TEAM_ID }} # Reference the GitHub secret here

0 comments on commit ee286e0

Please sign in to comment.