Skip to content

Commit 39d14ae

Browse files
committed
Test direct method
1 parent f5a7523 commit 39d14ae

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/build-kernel-release.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)