TheWildJames пре 5 месеци
родитељ
комит
4e7d783c92
1 измењених фајлова са 1 додато и 3 уклоњено
  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_*