Skip to content

Commit

Permalink
custom.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
5kind committed Nov 14, 2023
1 parent 13b500e commit 01efa3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zbuild-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
cd $GITHUB_WORKSPACE/kernel_workspace
curl -o custom.sh ${{ env.SOURCE_CUSTOM_SCRIPT }}
cd android-kernel
sh ../custom.sh android-kernel/arch/arm64/configs/${{ env.KERNEL_CONFIG }}
sh ../custom.sh arch/arm64/configs/${{ env.KERNEL_CONFIG }}
- name: Setup Kali-Nethunter
Expand Down

0 comments on commit 01efa3a

Please sign in to comment.