فهرست منبع

ci: update BBG installation path in build workflow

Change the working directory for BBG installation from "$CONFIG/kernel_platform" to "$CONFIG" to match the correct location of the kernel configuration files.
TheWildJames 11 ماه پیش
والد
کامیت
b0725d1047
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/build.yml

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

@@ -236,7 +236,7 @@ jobs:
 
       - name: Add BBG
         run: |
-          cd "$CONFIG/kernel_platform"
+          cd "$CONFIG"
           echo "Adding BBG..."
           wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash
           echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig