Skip to content

Commit

Permalink
Update zbuild-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Nov 14, 2023
1 parent f6303f2 commit 67d0f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zbuild-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ jobs:
if: env.LXC_DOCKER == 'true'
run: |
cd $GITHUB_WORKSPACE/kernel_workspace
wget https://github.com/wu17481748/lxc-docker/releases/download/lxc-docker-2config/LXC-DOCKER-OPEN-CONFIG.sh
wget https://raw.githubusercontent.com/5kind/LXC-DOCKER-KernelSU_Action/main/scripts/LXC-DOCKER-OPEN-CONFIG.sh
chmod 777 LXC-DOCKER-OPEN-CONFIG.sh
./LXC-DOCKER-OPEN-CONFIG.sh android-kernel/arch/arm64/configs/${{ env.KERNEL_CONFIG }} -w
./LXC-DOCKER-OPEN-CONFIG.sh android-kernel/arch/arm64/configs/${{ env.KERNEL_CONFIG }}
- name: 打入lxc补丁
Expand Down

0 comments on commit 67d0f1b

Please sign in to comment.