mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Update 32_bit update yum
This commit is contained in:
parent
808a28c076
commit
48cc231f73
4
.github/workflows/test_32.yml
vendored
4
.github/workflows/test_32.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user