Update test_32.yml

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

View File

@ -15,7 +15,7 @@ jobs:
- name: Add yum repo
run: yum -y install epel-release.noarch && yum -y update
- name: Install dependency group
run: yum -y groupinstall "Development tools" yum -y update
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