From 687b889e002de88530b200f88ab5b0e2482f078e Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Thu, 14 Sep 2023 18:14:58 -0600 Subject: [PATCH] Fix flamesheet CI. --- .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 6145b6d7..2c94e880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: echo "::add-matcher::.github/problem-matchers/gcc.json" set -eu -o pipefail ccache -z - make -j ${{env.NPROCS}} KEEP_BUILDINFO_CPP=TRUE USE_CCACHE=TRUE COMP=gnu USE_MPI=FALSE DEBUG=TRUE 2>&1 | tee -a build-output.txt + make -j ${{env.NPROCS}} DIM=3 KEEP_BUILDINFO_CPP=TRUE USE_CCACHE=TRUE COMP=gnu USE_MPI=FALSE DEBUG=TRUE 2>&1 | tee -a build-output.txt - name: FlameSheet ccache report working-directory: ./Exec/RegTests/FlameSheet run: |