Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fillwithjoy1 authored Jun 26, 2024
1 parent 9566e3c commit 4d77f19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
# Runs a set of commands using the runners shell
- name: Sync kernel repo
run: |
zip android android-kernel
mkdir android-kernel
zip android android-kernel
ls
cd android-kernel
repo init -u https://android.googlesource.com/kernel/manifest -b android14-gs-pixel-6.1
repo sync -c --no-tags
Expand Down

0 comments on commit 4d77f19

Please sign in to comment.