We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70da464 commit 2e3bdc2Copy full SHA for 2e3bdc2
1 file changed
.github/workflows/kernel.yml
@@ -35,14 +35,13 @@ jobs:
35
36
- name: Clone kernel repo
37
run: |
38
- git clone https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/SingkoLab/kernel_xiaomi_batu.git -b new kernel --depth=1
+ git clone https://github.com/Starrykernel/kernel_xiaomi_veux.git -b 16-Q2 kernel --depth=1
39
cd kernel
40
41
- name: Build
42
43
44
- wget https://raw.githubusercontent.com/SingkoLab/Kernel-Builder/batu/config.env
45
- wget https://raw.githubusercontent.com/SingkoLab/Kernel-Builder/batu/build.sh && chmod +x ./build.sh
+ chmod +x ./build.sh
46
echo "Building kernel"
47
./build.sh
48
0 commit comments