File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,19 +449,9 @@ jobs:
449449 ksun_ver : ${{ steps.build-stat.outputs.ksu_version }}
450450 ksu_ver : ${{ steps.build-stat.outputs.ksu_version }}
451451 steps :
452- - name : 📥 Checkout upstream (actions + manifests)
453- uses : actions/checkout@v6
454- with :
455- repository : WildKernels/OnePlus_KernelSU_SUSFS
456- ref : main
457- sparse-checkout : |
458- .github/actions/
459- manifests/
460- sparse-checkout-cone-mode : false
461-
462452 - name : 🧹 Emergency Disk Cleanup
463453 if : ${{ matrix.disk_cleanup }}
464- uses : ./ .github/actions/disk-cleanup
454+ uses : WildKernels/OnePlus_KernelSU_SUSFS/ .github/actions/disk-cleanup@l3_refactor
465455
466456 - name : Install Minimal Dependencies
467457 run : |
@@ -526,7 +516,7 @@ jobs:
526516
527517 - name : 🔨 Build Kernel
528518 id : build
529- uses : ./ .github/actions/build-kernel
519+ uses : WildKernels/OnePlus_KernelSU_SUSFS/ .github/actions/build-kernel@l3_refactor
530520 with :
531521 op_config_json : ${{ steps.prepare_config.outputs.config_json }}
532522 ksu_type : ${{ matrix.ksu_type }}
You can’t perform that action at this time.
0 commit comments