Skip to content

Commit d954db9

Browse files
Remove installation step for libelf-dev in Makefile CI workflow
1 parent fe6ffb5 commit d954db9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ jobs:
3535
cd linux-${{ env.VERSION }}
3636
make mrproper
3737
38-
- name: Install libelf-dev
39-
run: sudo apt-get install -y libelf-dev
40-
4138
# https://docs.kernel.org/admin-guide/README.html#build-directory-for-the-kernel
4239
- name: Configure and build the kernel
4340
run: |

0 commit comments

Comments
 (0)