Przeglądaj źródła

Improved workflow

joliver82 1 rok temu
rodzic
commit
7b916c444d
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      .github/workflows/main.yml

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

@@ -72,11 +72,8 @@ jobs:
           distribution: 'temurin'
           distribution: 'temurin'
           java-version: 11
           java-version: 11
 
 
-      - name: Check jni
-        run: find / -name jni.h
-
-      - name: Manually run export shell script
-        run: cd jme3-ios-native && ./export.sh
+      # - name: Check jni
+      #   run: find / -name jni.h
 
 
       - name: Clone the repo
       - name: Clone the repo
         uses: actions/checkout@v4
         uses: actions/checkout@v4
@@ -85,6 +82,9 @@ jobs:
       - name: Validate the Gradle wrapper
       - name: Validate the Gradle wrapper
         uses: gradle/actions/wrapper-validation@v3
         uses: gradle/actions/wrapper-validation@v3
 
 
+      - name: Manually run export shell script
+        run: cd jme3-ios-native && ./export.sh
+
 
 
 
 
   # Build the natives on android
   # Build the natives on android