Skip to content

Commit

Permalink
Test_centos7_release_57
Browse files Browse the repository at this point in the history
Signed-off-by: arnaud <[email protected]>
  • Loading branch information
ARnDOSrte committed Oct 16, 2023
1 parent c549365 commit 2a72c90
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/qa_pr_cpp_centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
yum install -y epel-release
yum install -y git redhat-lsb-core make wget centos-release-scl scl-utils
yum install -y devtoolset-9
- name: Setup cmake
uses: jwlawson/[email protected]
with:
cmake-version: '3.22.x'

- name: Checkout sources
uses: actions/checkout@v1

- name: Download Boost-release
uses: dsaltares/fetch-gh-release-asset@master
Expand All @@ -38,9 +46,6 @@ jobs:
yum install -y llvm-toolset-7.0
scl enable llvm-toolset-7.0 bash
- name: Checkout sources
uses: actions/checkout@v1

- name: Configure 3rd parties
run: |
source /opt/rh/devtoolset-9/enable
Expand Down

0 comments on commit 2a72c90

Please sign in to comment.