Skip to content

Commit 4bba693

Browse files
authored
test run
1 parent fdb9e62 commit 4bba693

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Build-Kernel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ jobs:
136136
sed -i "/${line:1}/d" .config ;;
137137
esac
138138
done < $difFile
139-
yes '' | make -j$(($(nproc)*2+1)) || true
140-
cp arch/x86/boot/bzImage ../WSL2kernel_${{ matrix.config }}
139+
# yes '' | make -j$(($(nproc)*2+1)) || true
140+
# cp arch/x86/boot/bzImage ../WSL2kernel_${{ matrix.config }}
141+
echo "${{ matrix.config }}" > ../WSL2kernel_${{ matrix.config }}
141142
142143
- name: "👍 Upload Image as Artifact"
143144
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)