Bläddra i källkod

Made engine depend on ios-natives

Jesus Oliver 8 månader sedan
förälder
incheckning
66d1a47877
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -167,7 +167,7 @@ jobs:
 
   # Build the engine, we only deploy from ubuntu-latest jdk21
   BuildJMonkey:
-    needs: [BuildAndroidNatives]
+    needs: [BuildAndroidNatives, BuildIosNatives]
     name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
     runs-on: ${{ matrix.os }}
     strategy: