Update CI.yml

This commit is contained in:
Aditya Garg 2022-10-23 14:43:25 +05:30 committed by GitHub
parent b744bc5e16
commit 2954d7a574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
sudo apt install git
mkdir /tmp/artifacts
git clone https://github.com/t2linux/T2-Ubuntu-Kernel.git
sed -i "s/LOCALVERSION=-t2/LOCALVERSION=-t2-external/g" ${{ github.workspace }}/T2-Ubuntu-Kernel/build.sh
sed -i "s/LOCALVERSION=-t2.*/LOCALVERSION=-t2-external/g" ${{ github.workspace }}/T2-Ubuntu-Kernel/build.sh
cd ${{ github.workspace }}/T2-Ubuntu-Kernel/patches
wget https://github.com/AdityaGarg8/T2-Ubuntu/raw/ssd/ssd.patch
cd ${{ github.workspace }}/T2-Ubuntu-Kernel