Skip to content

Commit 3765f8f

Browse files
committed
fix installation on OL8
Signed-off-by: Nicolas Rol <[email protected]>
1 parent f2212d0 commit 3765f8f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .github/workflows/dev-ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,8 @@ jobs:
111111
- name: Install Boost
112112
run: |
113113
yum update -y
114-
yum install cmake make gcc gcc-c++ which git
115-
dnf --enablerepo=ol8_codeready_builder install boost-static
116-
dnf install -y epel-release
117-
dnf install -y openblas-devel mpfr-devel
114+
yum install -y cmake make gcc gcc-c++ which git mpfr-devel
115+
dnf --enablerepo=ol8_codeready_builder install boost-static openblas-devel
118116
119117
- name: Checkout sources
120118
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)