Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
Svastits committed Jan 31, 2024
1 parent 1b20477 commit ad65bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_rhel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- uses: actions/checkout@v2


- name: Install protobuf
- name: Install protobuf for RHEL 8
if: matrix.rhel_version == 8
run: dnf --enablerepo=powertools install protobuf-devel
- name: Install protobuf for RHEL 9
if: matrix.rhel_version == 9
run: dnf --enablerepo=crb install protobuf-devel
- name: Install dependencies
Expand Down

0 comments on commit ad65bf6

Please sign in to comment.