From b80d153507f5fb352f613c6eca272029142a794f Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Tue, 3 Oct 2023 04:14:24 -0600 Subject: [PATCH] cleanup of workflow, test latest w3emc version --- .github/workflows/Linux_options.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/Linux_options.yml b/.github/workflows/Linux_options.yml index a007a679..60f68d07 100644 --- a/.github/workflows/Linux_options.yml +++ b/.github/workflows/Linux_options.yml @@ -23,7 +23,7 @@ jobs: # fail-fast: true matrix: bacio-version: [2.6.0] - w3emc-version: [2.10.0] + w3emc-version: [2.10.0, 2.11.0] config: - { options: "-DCMAKE_BUILD_TYPE=Debug" @@ -31,18 +31,9 @@ jobs: - { options: '-DCMAKE_C_Fortran_FLAGS="-g" -DLOGGING=ON' } - - { - options: "-DCMAKE_BUILD_TYPE=Debug" - } - { options: "-DBUILD_WITH_W3EMC=OFF" } - - { - options: "-DBUILD_WITH_W3EMC=OFF -DCMAKE_BUILD_TYPE=Debug" - } - - { - options: "-DENABLE_SHARED=ON" - } steps: