Skip to content

Commit 05fe786

Browse files
committed
fix: deps
1 parent efb5183 commit 05fe786

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-kernel-2004.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install -y \
3030
build-essential flex bison dwarves \
3131
libssl-dev libelf-dev libncurses-dev \
32-
bc rsync cpio python3 pahole
32+
bc rsync cpio python3
3333
3434
- name: Download Kernel Source
3535
run: |

.github/workflows/build-kernel-2204.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install -y \
3030
build-essential flex bison dwarves \
3131
libssl-dev libelf-dev libncurses-dev \
32-
bc rsync cpio python3 pahole
32+
bc rsync cpio python3
3333
3434
- name: Download Kernel Source
3535
run: |

0 commit comments

Comments
 (0)