We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65d04bf + 0d63d0a commit 2b49066Copy full SHA for 2b49066
1 file changed
.github/workflows/main.yml
@@ -77,7 +77,7 @@ jobs:
77
78
# Fix issue preventing the 4.19 kenel and early 5.* kernels from completing config
79
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"
+ wget -O fix.patch "https://lore.kernel.org/lkml/20191208214607.20679-1-vt@altlinux.org/raw"
81
patch -t -N -r - -p1 -d "${KERNELROOT}" < fix.patch
82
fi
83
0 commit comments