Skip to content

Commit

Permalink
fix rpm packaging workflow (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
brayniac authored Dec 23, 2024
1 parent 895e76e commit 99c20db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-rpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: install build dependencies
shell: bash
run: |
dnf install --enablerepo=devel protobuf-compiler
dnf install -y --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
Expand Down

0 comments on commit 99c20db

Please sign in to comment.