We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a5d6e commit 054663eCopy full SHA for 054663e
.github/workflows/makefile.yml
@@ -36,7 +36,9 @@ jobs:
36
make mrproper
37
38
- name: Install libelf-dev
39
- run: sudo apt-get install -y libelf-dev
+ run: |
40
+ sudo apt-get update
41
+ sudo apt-get install -y libelf-dev
42
43
# https://docs.kernel.org/admin-guide/README.html#build-directory-for-the-kernel
44
- name: Configure and build the kernel
0 commit comments