Skip to content

Commit 3bad8ed

Browse files
new
1 parent c02ec5f commit 3bad8ed

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build kernel deb packages
22
on:
33
workflow_dispatch:
4-
push:
4+
# push:
55

66
jobs:
77
build:

fetch-config.sh

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ else
3131
cp .fetch_config/usr/src/linux-headers-*/.config ./.config
3232
fi
3333

34-
cd ..
35-
cp .fetch_config/usr/src/linux-headers-*/.config ./.config
3634
# GCC_VERSION=$(cat .config | sed -n 's/CONFIG_CC_VERSION_TEXT=".*\s\(.*\)"$/\1/p')
3735
echo "reached 1"
3836
GCC_VERSION=$(cat .config | sed -n 's/CONFIG_GCC_VERSION=\(.*\)$/\1/p')

0 commit comments

Comments
 (0)