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'
2
2
3
3
on :
4
4
push :
5
- branches :
5
+ branches :
6
6
- master
7
7
- feature/*
8
8
- hotfix/*
24
24
sudo bash build-kernel
25
25
cp linux-msft-wsl-*/vmlinux .
26
26
- name : Upload Kernel
27
- uses : actions/upload-artifact@v3
27
+ uses : actions/upload-artifact@v4
28
28
with :
29
29
name : vmlinux
30
30
path : vmlinux
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ build_pkgs_fn()
261
261
# install required apt packages
262
262
build_pkgs_fn
263
263
264
- VERSION=6.6.36.6
264
+ VERSION=6.6.75.1
265
265
266
266
if build ' wsl2-linux-kernel' " linux-msft-wsl-${VERSION} " ; then
267
267
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