TheWildJames il y a 5 mois
Parent
commit
4e7d783c92
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1 3
      .github/workflows/build.yml

+ 1 - 3
.github/workflows/build.yml

@@ -292,9 +292,7 @@ jobs:
       working-directory: ${{ github.workspace }}/kernel
       run: |
         set -ex
-        if [ -f "build/build.sh" ]; then
-          # SKIP NOT NEEDED
-        else
+        if [ ! -f "build/build.sh" ]; then
           # Bazel build system (newer kernels)
           # Remove ABI protected exports to prevent build errors
           rm -rf common/android/abi_gki_protected_exports_*