Переглянути джерело

Made engine depend on ios-natives

Jesus Oliver 8 місяців тому
батько
коміт
66d1a47877
1 змінених файлів з 1 додано та 1 видалено
  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
   # Build the engine, we only deploy from ubuntu-latest jdk21
   BuildJMonkey:
   BuildJMonkey:
-    needs: [BuildAndroidNatives]
+    needs: [BuildAndroidNatives, BuildIosNatives]
     name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
     name: Build on ${{ matrix.osName }} jdk${{ matrix.jdk }}
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
     strategy: