Browse Source

ci: fix syntax error in build workflow comment

The diff shows a malformed comment line (starting with '3fi' instead of '#fi') in the build.yml workflow file. This commit corrects the comment syntax to properly disable the conditional block.
TheWildJames 10 months ago
parent
commit
531622eeef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

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

@@ -440,7 +440,7 @@ jobs:
           #  echo "sound/drivers/snd-aloop.ko" >> common/android/gki_aarch64_modules
           #else
           #  sed -i '/_COMMON_GKI_MODULES_LIST = \\[/,/\\]/ s/\\]/    "sound\/drivers\/snd-aloop.ko",\\n&/' common/modules.bzl
-          3fi
+          #fi
           
           # Add symbols to abi_gki_aarch64
           #SYMBOL_LIST=common/android/abi_gki_aarch64