浏览代码

fix: update android15-6.6 SUSFS pin to 7767a461

Set the verified SUSFS commit for android15-6.6 to
7767a4614146d44f7a81a18b6e687dd8316fc959 in both main.yml PIN_SUSFS and
the root-variants.yml case table.
TheWildJames 2 周之前
父节点
当前提交
c3a1d29e06
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      .github/workflows/main.yml
  2. 1 1
      .github/workflows/root-variants.yml

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

@@ -200,7 +200,7 @@ jobs:
             [susfs_commit_android13_5_15]="ccb1918684b27644d17a6c842f57b60ae5966025"
             [susfs_commit_android14_5_15]="0463ac089308014e8c22cc6a4558e0d6d2a53e08"
             [susfs_commit_android14_6_1]="e287d59066380bf6de4396532d4a42edf4408701"
-            [susfs_commit_android15_6_6]="be7b7ef49a1e1b189c3abf00eacaa7ebdb4168c1"
+            [susfs_commit_android15_6_6]="7767a4614146d44f7a81a18b6e687dd8316fc959"
             [susfs_commit_android16_6_12]="f37930f374ef88de990d6abea0c67d0ea28c1edc"
           )
 

+ 1 - 1
.github/workflows/root-variants.yml

@@ -62,7 +62,7 @@ jobs:
             android13-5.15) susfs_commit="ccb1918684b27644d17a6c842f57b60ae5966025" ;;
             android14-5.15) susfs_commit="0463ac089308014e8c22cc6a4558e0d6d2a53e08" ;;
             android14-6.1) susfs_commit="e287d59066380bf6de4396532d4a42edf4408701" ;;
-            android15-6.6) susfs_commit="be7b7ef49a1e1b189c3abf00eacaa7ebdb4168c1" ;;
+            android15-6.6) susfs_commit="7767a4614146d44f7a81a18b6e687dd8316fc959" ;;
             android16-6.12) susfs_commit="f37930f374ef88de990d6abea0c67d0ea28c1edc" ;;
             *) echo "Unsupported GKI target." >&2; exit 2 ;;
           esac