Skip to content

Commit 7b0bed8

Browse files
committed
github actions: build-check: Use unversioned config
LE-2787 These are the configs synced from the corresponding dist-git
1 parent b73c346 commit 7b0bed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check_x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: Build the Kernel
3030
run: |
3131
git config --global --add safe.directory /__w/kernel-src-tree/kernel-src-tree
32-
cp configs/kernel-4.18.0-x86_64.config .config
32+
cp configs/kernel-x86_64.config .config
3333
make olddefconfig
3434
make -j8

0 commit comments

Comments
 (0)