We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a1beb9 commit 6544118Copy full SHA for 6544118
.github/workflows/main.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Clone Kernel Tree
112
if: ${{ env.test_patch != 'true' }}
113
run: |
114
- git clone https://github.com/SoDebug/kernel_xiaomi_raphael-ex.git $CheckOut_DIR
+ git clone https://github.com/SoDebug/kernel_xiaomi_raphael-ex.git -b release_2.0 $CheckOut_DIR
115
116
- name: Download KernelSU_Patched
117
uses: actions/download-artifact@v3
0 commit comments