mirror of
https://github.com/nasa/trick.git
synced 2024-12-23 23:12:26 +00:00
added gcc dep
This commit is contained in:
parent
90be8146a5
commit
5798a1e85a
2
.github/workflows/test_civet_32.yml
vendored
2
.github/workflows/test_civet_32.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
- name: Add yum repo
|
||||
run: yum -y install epel-release.noarch && yum -y update
|
||||
- name: Install python dependencies
|
||||
run: yum install -y python3-venv python3 python3-pip python3-dev python-dev
|
||||
run: yum install -y python3-venv python3 python3-pip python3-devel gcc
|
||||
- name: Info
|
||||
run: |
|
||||
python3 --version
|
||||
|
Loading…
Reference in New Issue
Block a user