Skip to content

Commit

Permalink
enable devel repo when installing deps for rpm build (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac authored Dec 23, 2024
1 parent 73f3210 commit 895e76e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package-rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
- name: install build dependencies
shell: bash
run: |
yum install -y gcc gcc-c++ cmake elfutils-devel clang openssl-devel pkg-config protobuf-compiler-3.14.0-13 perl-base perl-File-Compare perl-File-Copy perl-FindBin perl-IPC-Cmd
dnf install --enablerepo=devel protobuf-compiler
yum install -y gcc gcc-c++ cmake elfutils-devel clang openssl-devel pkg-config perl-base perl-File-Compare perl-File-Copy perl-FindBin perl-IPC-Cmd
- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 895e76e

Please sign in to comment.