Skip to content

Commit 6544118

Browse files
authored
main.yml:Evolution X use “release_2.0” branch
1 parent 5a1beb9 commit 6544118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Clone Kernel Tree
112112
if: ${{ env.test_patch != 'true' }}
113113
run: |
114-
git clone https://github.com/SoDebug/kernel_xiaomi_raphael-ex.git $CheckOut_DIR
114+
git clone https://github.com/SoDebug/kernel_xiaomi_raphael-ex.git -b release_2.0 $CheckOut_DIR
115115
116116
- name: Download KernelSU_Patched
117117
uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)