Browse Source

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

MeFisto94 3 years ago
parent
commit
f832a392cb
1 changed files with 0 additions and 6 deletions
  1. 0 6
      .github/workflows/gradle.yml

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

@@ -20,12 +20,6 @@ jobs:
     - name: Grant execute permission for gradle
       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
       run: ./gradlew buildSdk