workflow: install epel-release as a build dependency for Rocky Linux

This commit is contained in:
jianlins 2026-03-11 21:55:44 -06:00
parent a3cc7bf992
commit 38c82a6db7
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ jobs:
run: |
set -euxo pipefail
yum -y update
yum -y install epel-release
yum -y install \
git \
cmake \