Procházet zdrojové kódy

Actions: Don't execute the scripts that aren't here anymore

MeFisto94 před 3 roky
rodič
revize
f832a392cb
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0 6
      .github/workflows/gradle.yml

+ 0 - 6
.github/workflows/gradle.yml

@@ -20,12 +20,6 @@ jobs:
     - name: Grant execute permission for gradle
     - name: Grant execute permission for gradle
       run: chmod +x gradlew
       run: chmod +x gradlew
       
       
-    - name: Download and build the Engine
-      run: ./build_engine.sh
-      
-    - name: Fix the Engine
-      run: ./fix_engine.sh
-      
     - name: Build the SDK
     - name: Build the SDK
       run: ./gradlew buildSdk
       run: ./gradlew buildSdk