We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02ec5f commit 3bad8edCopy full SHA for 3bad8ed
.github/workflows/build.yml
@@ -1,7 +1,7 @@
1
name: Build kernel deb packages
2
on:
3
workflow_dispatch:
4
- push:
+ # push:
5
6
jobs:
7
build:
fetch-config.sh
@@ -31,8 +31,6 @@ else
31
cp .fetch_config/usr/src/linux-headers-*/.config ./.config
32
fi
33
34
-cd ..
35
-cp .fetch_config/usr/src/linux-headers-*/.config ./.config
36
# GCC_VERSION=$(cat .config | sed -n 's/CONFIG_CC_VERSION_TEXT=".*\s\(.*\)"$/\1/p')
37
echo "reached 1"
38
GCC_VERSION=$(cat .config | sed -n 's/CONFIG_GCC_VERSION=\(.*\)$/\1/p')
0 commit comments