We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2212d0 commit 3765f8fCopy full SHA for 3765f8f
.github/workflows/dev-ci.yml
@@ -111,10 +111,8 @@ jobs:
111
- name: Install Boost
112
run: |
113
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
+ yum install -y cmake make gcc gcc-c++ which git mpfr-devel
+ dnf --enablerepo=ol8_codeready_builder install boost-static openblas-devel
118
119
- name: Checkout sources
120
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
0 commit comments