From 65c2afd8322a9c96849159c41628605ba6dbc730 Mon Sep 17 00:00:00 2001 From: Eric D Date: Fri, 22 Sep 2023 10:43:14 +0200 Subject: [PATCH] Test centos7_22 --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9afcdcc45..92ab7f934 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: with: cmake-version: '3.22.x' + - name: Checkout sources + uses: actions/checkout@v1 + - name: Install boost run: | source /opt/rh/devtoolset-9/enable @@ -33,15 +36,12 @@ jobs: ./bootstrap.sh --prefix=/usr/local ./b2 install --without-python -j 5 cd .. - - - name: Checkout sources - uses: actions/checkout@v1 - + - name: Configure 3rd parties run: | source /opt/rh/devtoolset-9/enable cmake -S $GITHUB_WORKSPACE/metrix-simulator/external -B $GITHUB_WORKSPACE/metrix-simulator/build-linux/external - + - name: Build 3rd parties run: | cmake --build $GITHUB_WORKSPACE/metrix-simulator/build-linux/external --parallel 2 @@ -97,6 +97,9 @@ jobs: env: SONAR_SCANNER_VERSION: 3.3.0.1492 + - name: Checkout sources + uses: actions/checkout@v1 + - name: Install boost run: | source /opt/rh/devtoolset-9/enable @@ -107,9 +110,6 @@ jobs: ./b2 install --without-python -j 5 cd .. - - name: Checkout sources - uses: actions/checkout@v1 - - name: Configure 3rd parties run: | source /opt/rh/devtoolset-9/enable