workflow: comment out yum update in Rocky Linux build script

This commit is contained in:
jianlins 2026-03-11 22:01:02 -06:00
parent 38c82a6db7
commit ddb3fcd924
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
shell: bash
run: |
set -euxo pipefail
yum -y update
# yum -y update
yum -y install epel-release
yum -y install \
git \