Skip to content

Commit 2c625d5

Browse files
authored
run apt update
1 parent 4405dda commit 2c625d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Install kernel dependencies
15-
run: sudo apt install mtools libssl-dev libelf-dev -y
15+
run: sudo apt update ; sudo apt install mtools libssl-dev libelf-dev -y
1616

1717
- name: Build Linux kernel
1818
run: ./buildlinux.sh

0 commit comments

Comments
 (0)