Skip to content

Commit

Permalink
Fix flamesheet CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 15, 2023
1 parent 11c9d06 commit 687b889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 687b889

Please sign in to comment.