Skip to content

Commit

Permalink
use googlesource mirror, maybe faster?
Browse files Browse the repository at this point in the history
  • Loading branch information
love4taylor committed Nov 20, 2023
1 parent db571c4 commit fe546d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- name: Checkout Linux Kernel ${{ env.KERNEL_STABLE_VER }}
run: |
git clone --depth 1 --branch v${{ env.KERNEL_STABLE_VER }} https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux-${{ env.KERNEL_STABLE_VER }}
git clone --depth 1 --branch v${{ env.KERNEL_STABLE_VER }} https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux linux-${{ env.KERNEL_STABLE_VER }}
- name: Setup dependencies
run: |
Expand Down

0 comments on commit fe546d9

Please sign in to comment.