Skip to content

Commit

Permalink
Update build-4.19.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zainarbani authored Nov 20, 2024
1 parent 2193532 commit 8f61925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-4.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/project
git clone -b ${{ github.event.inputs.KERNEL_BRANCH }} ${{ github.event.inputs.KERNEL_REPO }} linux --recurse-submodules --depth=1 &> /dev/null
git clone -b master https://github.com/zainarbani/AnyKernel3 AnyKernel3 --depth=1 &> /dev/null
git clone -b rosemary-4.19 https://github.com/zainarbani/AnyKernel3 AnyKernel3 --depth=1 &> /dev/null
- name: Building Kernel
run: |
Expand Down

0 comments on commit 8f61925

Please sign in to comment.