File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'build'
22
33on :
44 push :
5- branches :
5+ branches :
66 - master
77 - feature/*
88 - hotfix/*
2424 sudo bash build-kernel
2525 cp linux-msft-wsl-*/vmlinux .
2626 - name : Upload Kernel
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 with :
2929 name : vmlinux
3030 path : vmlinux
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ build_pkgs_fn()
261261# install required apt packages
262262build_pkgs_fn
263263
264- VERSION=6.6.36.6
264+ VERSION=6.6.75.1
265265
266266if build ' wsl2-linux-kernel' " linux-msft-wsl-${VERSION} " ; then
267267 download " https://api.github.com/repos/microsoft/WSL2-Linux-Kernel/tarball/linux-msft-wsl-${VERSION} " " linux-msft-wsl-${VERSION} .tar.gz"
You can’t perform that action at this time.
0 commit comments