Skip to content

Commit 0dc6ed3

Browse files
committed
DO NOT MERGE
1 parent cefd0ee commit 0dc6ed3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/ngen-build/action.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@ runs:
202202
-DNGEN_WITH_ROUTING:BOOL=${{ inputs.use_troute }} \
203203
-DNGEN_WITH_NETCDF:BOOL=${{ inputs.use_netcdf }} \
204204
-DNGEN_WITH_SQLITE:BOOL=${{ inputs.use_sqlite }} \
205-
-DNGEN_WITH_MPI:BOOL=${{ inputs.use_mpi }} -S .
206-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
205+
-DNGEN_WITH_MPI:BOOL=${{ inputs.use_mpi }} \
206+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 -S .
207+
207208
echo "build-dir=$(echo ${{ inputs.build-dir }})" >> $GITHUB_OUTPUT
208209
shell: bash
209210

0 commit comments

Comments
 (0)