ci: debuggin manager build

This commit is contained in:
Rifat Azad
2025-01-07 22:25:01 +06:00
parent 65fd6918f9
commit 8447d2d4a6
2 changed files with 12 additions and 12 deletions

View File

@@ -25,13 +25,13 @@ jobs:
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v4
# - name: Download artifacts
# uses: actions/download-artifact@v4
- name: Prepare LKM fies
if: ${{ inputs.pack_lkm }}
run: |
cp android*-lkm/*_kernelsu.ko ./userspace/ksud_magic/bin/aarch64/
# - name: Prepare LKM fies
# if: ${{ inputs.pack_lkm }}
# run: |
# cp android*-lkm/*_kernelsu.ko ./userspace/ksud_magic/bin/aarch64/
- name: Setup rustup
run: |

View File

@@ -25,13 +25,13 @@ jobs:
with:
fetch-depth: 0
- name: Download artifacts
uses: actions/download-artifact@v4
# - name: Download artifacts
# uses: actions/download-artifact@v4
- name: Prepare LKM fies
if: ${{ inputs.pack_lkm }}
run: |
cp android*-lkm/*_kernelsu.ko ./userspace/ksud_overlayfs/bin/aarch64/
# - name: Prepare LKM fies
# if: ${{ inputs.pack_lkm }}
# run: |
# cp android*-lkm/*_kernelsu.ko ./userspace/ksud_overlayfs/bin/aarch64/
- name: Setup rustup
run: |