Skip to content

Commit

Permalink
Update Build-KernelSU-Next-SUSFS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Laomaoi authored Jan 19, 2025
1 parent 370cb0d commit 4c4270a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build-KernelSU-Next-SUSFS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
CPU:
description: "分支"
required: true
default: 'sm8650'
default: 'sm7675'
FEIL:
description: "配置文件"
required: true
default: 'oneplus_ace3_pro'
default: 'oneplus_ace_3v_v'
CPUD:
description: "处理器代号"
required: true
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Initialize repo and sync
run: |
mkdir kernel_workspace && cd kernel_workspace
repo init -u https://github.com/JiuGeFaCai/kernel_manifest.git -b refs/heads/oneplus/${{ github.event.inputs.CPU }} -m ${{ github.event.inputs.FEIL }}.xml --depth=1
repo init -u https://github.com/OnePlusOSS/kernel_manifest.git -b refs/heads/oneplus/${{ github.event.inputs.CPU }} -m ${{ github.event.inputs.FEIL }}.xml --depth=1
repo sync
rm kernel_platform/common/android/abi_gki_protected_exports_* || echo "No protected exports!"
rm kernel_platform/msm-kernel/android/abi_gki_protected_exports_* || echo "No protected exports!"
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Set up KernelSU Next
run: |
cd kernel_workspace/kernel_platform
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next
curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -
cd KernelSU-Next
KSU_VERSION=$(expr $(/usr/bin/git rev-list --count HEAD) "+" 10200)
echo "KSUVER=$KSU_VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit 4c4270a

Please sign in to comment.