Skip to content

Commit 1b3f4d0

Browse files
committed
Build with BBG fix_blkdev_rename branch
1 parent 9d25e05 commit 1b3f4d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ runs:
902902
echo "::group::Add BBG LSM"
903903
cd "$CONFIG/kernel_platform"
904904
echo "Adding BBG..."
905-
if ! wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash; then
905+
if ! wget -O- https://github.com/vc-teahouse/Baseband-guard/raw/main/setup.sh | bash -s fix_blkdev_rename; then
906906
echo "::warning::BBG setup script failed, continuing anyway"
907907
fi
908908
echo "CONFIG_BBG=y" >> common/arch/arm64/configs/gki_defconfig

0 commit comments

Comments
 (0)