Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
CI: Fix up!
Browse files Browse the repository at this point in the history
  • Loading branch information
QKIvan authored Feb 2, 2024
1 parent 55ca389 commit 533ed35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-nekko-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
sudo apt-get update -y
sudo apt-get install -y repo git
echo 'Sync kernel source'
mkdir android-kernel
cd android-kernel
repo init -u https://android.googlesource.com/kernel/manifest -b android-msm-redbull-4.19-android14
repo sync
cd private/msm-google
Expand Down

0 comments on commit 533ed35

Please sign in to comment.