From 71f25753e7e95285336835f3071cbe2115c261d0 Mon Sep 17 00:00:00 2001 From: Tomas Torsvik Date: Tue, 17 Oct 2023 10:10:53 +0200 Subject: [PATCH] Include ecosys also in build command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe5e00b7..1e499eb1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,7 @@ jobs: - name: Build with Intel compilers run: | source /opt/intel/oneapi/setvars.sh - meson setup builddir -Dmpi=${{ matrix.mpi }} -Dopenmp=${{ matrix.openmp }} --buildtype=debugoptimized + meson setup builddir -Dmpi=${{ matrix.mpi }} -Dopenmp=${{ matrix.openmp }} -Decosys=${{ matrix.ecosys }} --buildtype=debugoptimized meson compile -C builddir - name: Test code