We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4405dda commit 2c625d5Copy full SHA for 2c625d5
1 file changed
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
14
- name: Install kernel dependencies
15
- run: sudo apt install mtools libssl-dev libelf-dev -y
+ run: sudo apt update ; sudo apt install mtools libssl-dev libelf-dev -y
16
17
- name: Build Linux kernel
18
run: ./buildlinux.sh
0 commit comments