Update 32_bit update yum

This commit is contained in:
Scott Fennell 2021-02-04 17:08:15 -06:00 committed by GitHub
parent 808a28c076
commit 48cc231f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@master
- name: Add yum repo
run: yum -y install epel-release.noarch
run: yum -y install epel-release.noarch && yum -y update
- name: Install dependency group
run: yum -y groupinstall "Development tools"
run: yum -y groupinstall "Development tools" yum -y update
- name: Install other dependencies
run: >
yum install -y llvm llvm-devel llvm-static clang clang-devel