workflow: install epel-release as a build dependency for Rocky Linux
This commit is contained in:
parent
a3cc7bf992
commit
38c82a6db7
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
run: |
|
||||
set -euxo pipefail
|
||||
yum -y update
|
||||
yum -y install epel-release
|
||||
yum -y install \
|
||||
git \
|
||||
cmake \
|
||||
|
|
|
|||
Loading…
Reference in New Issue