workflow: comment out yum update in Rocky Linux build script
This commit is contained in:
parent
38c82a6db7
commit
ddb3fcd924
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue