Skip to content

Commit 593f47f

Browse files
committed
fix build workflow
1 parent 5425a1e commit 593f47f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Install build dependencies
6969
run: |
70-
dnf install -y rpm-build rsync tar gcc make git python3-pyyaml openssl-devel flex bison bc elfutils-libelf-devel kernel-abi-stablelists kernel-rpm-macros
70+
dnf install -y rpm-build rsync tar gcc make git python3-pip python3-pyyaml openssl-devel flex bison bc elfutils-libelf-devel kernel-abi-stablelists kernel-rpm-macros
7171
7272
- name: Clone fboss kernel build scripts
7373
run: |

.github/workflows/rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Install build dependencies
2626
run: |
27-
dnf install -y rpm-build rsync tar gcc make git python3-pyyaml openssl-devel flex bison bc elfutils-libelf-devel kernel-abi-stablelists kernel-rpm-macros
27+
dnf install -y rpm-build rsync tar gcc make git python3-pip python3-pyyaml openssl-devel flex bison bc elfutils-libelf-devel kernel-abi-stablelists kernel-rpm-macros
2828
2929
- name: Clone fboss kernel build scripts
3030
run: |

0 commit comments

Comments
 (0)