mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 21:53:10 +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
|
- name: Checkout repository
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
- name: Add yum repo
|
- 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
|
- name: Install dependency group
|
||||||
run: yum -y groupinstall "Development tools"
|
run: yum -y groupinstall "Development tools" yum -y update
|
||||||
- name: Install other dependencies
|
- name: Install other dependencies
|
||||||
run: >
|
run: >
|
||||||
yum install -y llvm llvm-devel llvm-static clang clang-devel
|
yum install -y llvm llvm-devel llvm-static clang clang-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user