mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
GHA : Add Qt Svg to centos7
This commit is contained in:
parent
1642370928
commit
6eba1632ac
2
.github/workflows/centos7.yml
vendored
2
.github/workflows/centos7.yml
vendored
@ -1,6 +1,7 @@
|
||||
name: centOS 7 (without geomech)
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Once every night
|
||||
- cron: '0 1 * * * '
|
||||
@ -21,6 +22,7 @@ jobs:
|
||||
yum install -y qt5-qtbase
|
||||
yum install -y qt5-qtbase-devel
|
||||
yum install -y qt5-qtscript-devel
|
||||
yum install -y qt5-qtsvg-devel
|
||||
|
||||
yum install -y cmake3
|
||||
yum install -y make
|
||||
|
Loading…
Reference in New Issue
Block a user