From d9c298c2363e947c5d521b8d1399447640e22a31 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 2 Oct 2023 17:53:15 +0200 Subject: [PATCH] ci: add ubuntu-20.04 job --- .github/workflows/ci-scripts.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-scripts.yml b/.github/workflows/ci-scripts.yml index 3417f5eb3..156ffe38e 100644 --- a/.github/workflows/ci-scripts.yml +++ b/.github/workflows/ci-scripts.yml @@ -46,6 +46,12 @@ jobs: base: "7.0" deps: adsupport + - os: ubuntu-20.04 + cmp: gcc + configuration: default + base: "7.0" + deps: os + - os: ubuntu-latest cmp: gcc configuration: default @@ -74,9 +80,8 @@ jobs: with: submodules: true - - name: "Linux OS Deps" - if: ${{ matrix.deps == 'os' && matrix.os == 'ubuntu-latest' }} - shell: bash + - name: "Install Linux OS Deps" + if: ${{ matrix.deps == 'os' && runner.os == 'Linux' }} run: | sudo apt-get update sudo apt-get -y install \ @@ -126,7 +131,7 @@ jobs: - name: Prepare and compile EPICS dependencies run: python .ci/cue.py prepare - - name: "ADSupport Deps" + - name: "Configure ADSupport Deps" if: ${{ matrix.deps == 'adsupport' }} shell: bash run: |