diff --git a/.github/workflows/package-rpm.yaml b/.github/workflows/package-rpm.yaml index 068c3d0..f7aaba6 100644 --- a/.github/workflows/package-rpm.yaml +++ b/.github/workflows/package-rpm.yaml @@ -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