Skip to content

Commit 2e3bdc2

Browse files
committed
Adapt for Veux
Change-Id: Ia1e99ac180ed9212f91f7f48d60da15d0c149e32
1 parent 70da464 commit 2e3bdc2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/kernel.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,13 @@ jobs:
3535

3636
- name: Clone kernel repo
3737
run: |
38-
git clone https://x-access-token:${{ secrets.PAT_TOKEN }}@github.com/SingkoLab/kernel_xiaomi_batu.git -b new kernel --depth=1
38+
git clone https://github.com/Starrykernel/kernel_xiaomi_veux.git -b 16-Q2 kernel --depth=1
3939
cd kernel
4040
4141
- name: Build
4242
run: |
4343
cd kernel
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
44+
chmod +x ./build.sh
4645
echo "Building kernel"
4746
./build.sh
4847

0 commit comments

Comments
 (0)