Skip to content

Commit 3658850

Browse files
committed
another CI fix
1 parent 0c86cb5 commit 3658850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ jobs:
276276
if [ $? -ne 0 ]; then exit 1; fi; \
277277
rm log PPreaction.txt inputs/inputs.0d_refine
278278
make realclean
279-
make -j ${{env.NPROCS}} Eos_Model=Manifold Manifold_Dim=1 Chemistry_Model=Null TINY_PROFILE=TRUE USE_CCACHE=TRUE ${{matrix.amrex_build_args}}
279+
make -j ${{env.NPROCS}} Eos_Model=Manifold Transport_Model=Manifold Manifold_Dim=1 Chemistry_Model=Null TINY_PROFILE=TRUE USE_CCACHE=TRUE ${{matrix.amrex_build_args}}
280280
bash exec_ignDelay.sh manifold
281281
python check_ignDelay.py
282282
if [ $? -ne 0 ]; then exit 1; fi; \

0 commit comments

Comments
 (0)