Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bin456789 authored Aug 19, 2023
1 parent f45f94c commit 474ff81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ jobs:
echo 'CONFIG_KPROBES=y' >> arch/arm64/configs/${{ env.defconfig }}
cd KernelSU
git checkout ${{ needs.check_kernelsu_update.outputs.kernelsu_release }}
git checkout main
# git checkout ${{ needs.check_kernelsu_update.outputs.kernelsu_release }}
- name: export flags
run: |
Expand Down

0 comments on commit 474ff81

Please sign in to comment.