Skip to content

Commit 2b49066

Browse files
authored
Merge pull request #502 from flying-elephant/modify-yaml-to-remove-defect
main.yaml: replacing curl by wget to apply the off tree patch.
2 parents 65d04bf + 0d63d0a commit 2b49066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
7878
# Fix issue preventing the 4.19 kenel and early 5.* kernels from completing config
7979
if [[ "${KERNELVER}" == "4."* || "${KERNELVER}" == "5.0" || "${KERNELVER}" == "5.4" ]]; then
80-
curl --output "fix.patch" "https://lore.kernel.org/lkml/20191208214607.20679-1-vt@altlinux.org/raw"
80+
wget -O fix.patch "https://lore.kernel.org/lkml/20191208214607.20679-1-vt@altlinux.org/raw"
8181
patch -t -N -r - -p1 -d "${KERNELROOT}" < fix.patch
8282
fi
8383

0 commit comments

Comments
 (0)