James McConnell 1 год назад
Родитель
Сommit
3d15092baf
1 измененных файлов с 1 добавлено и 6 удалено
  1. 1 6
      .github/workflows/build-kernel-a13.yml

+ 1 - 6
.github/workflows/build-kernel-a13.yml

@@ -2,11 +2,6 @@ name: Build Android 13 GKI Kernels
 
 on:
   workflow_call:  # This allows this workflow to be called from another workflow
-    inputs:
-      lto_type:
-        description: 'Choose LTO type (thin/full)'
-        required: true
-        type: string
 
 jobs:
   build-kernel-a13-kernelsu-susfs:
@@ -175,7 +170,7 @@ jobs:
             sed -i "s/dirty/'Wild+'/g" ./common/scripts/setlocalversion
             
             # Build the kernel
-            LTO=${{ inputs.lto_type }} BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh
+            LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh
 
             # Create bootimgs folder and copy images
             echo "Creating bootimgs folder and copying images..."