Skip to content

Commit

Permalink
Update ci-compile-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfiorella authored Mar 30, 2024
1 parent 75f563c commit 61a7a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-compile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cat user_nl_elm
./case.setup
# add coupler bypass flag to cmake macros.
echo "string(APPEND CPPDEFS " -DCPL_BYPASS)" >> cmake_macros/universal.cmake
echo 'string(APPEND CPPDEFS " -DCPL_BYPASS")' >> cmake_macros/universal.cmake
cat cmake_macros/universal.cmake
./case.build
./case.submit --no-batch
Expand Down

0 comments on commit 61a7a30

Please sign in to comment.