Skip to content

Commit 66d1a47

Browse files
author
Jesus Oliver
committed
Made engine depend on ios-natives
1 parent 699bc0f commit 66d1a47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
# Build the engine, we only deploy from ubuntu-latest jdk21
169169
BuildJMonkey:
170-
needs: [BuildAndroidNatives]
170+
needs: [BuildAndroidNatives, BuildIosNatives]
171171
name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
172172
runs-on: ${{ matrix.os }}
173173
strategy:

0 commit comments

Comments
 (0)