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 21, 2023
1 parent 474ff81 commit a19b9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ jobs:
echo 'CONFIG_KPROBES=y' >> arch/arm64/configs/${{ env.defconfig }}
cd KernelSU
git checkout main
# 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 a19b9cb

Please sign in to comment.