From 4a4c8c5d84bb5496939be0d7dc446ccb2daa46d2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 18 Dec 2025 15:16:07 +0100 Subject: github: Use github.com/gregkh/linux instead of git.kernel.org Hopefully faster and won't fail that often :> --- .github/workflows/build-kernel-module.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build-kernel-module.yml b/.github/workflows/build-kernel-module.yml index 10fcc5b..30aa9ef 100644 --- a/.github/workflows/build-kernel-module.yml +++ b/.github/workflows/build-kernel-module.yml @@ -89,7 +89,7 @@ jobs: run: git fetch --prune --unshallow - name: Checkout Vanilla kernel version [git] if: matrix.config.kernel-type == 'vanilla' - run: git clone --depth 1 --branch "linux-${{ matrix.config.kernel-version }}" "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git" "../kernel" + run: git clone --depth 1 --branch "linux-${{ matrix.config.kernel-version }}" "https://github.com/gregkh/linux.git" "../kernel" - name: Checkout CentOS kernel version [rpm] if: matrix.config.kernel-type == 'centos-rpm' run: | -- cgit v1.2.3-55-g7522