Skip to content

Commit ad7ca1a

Browse files
committed
disable build for windows moving boundary for now
1 parent 33a235b commit ad7ca1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: meta
2929
uses: docker/metadata-action@v5
3030
with:
31-
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
31+
images: "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}"
3232

3333
- name: Build and push Docker image
3434
uses: docker/build-push-action@v5
@@ -232,7 +232,7 @@ jobs:
232232
-DOPTION_TARGET_FV_SOLVER=ON \
233233
-DOPTION_TARGET_STOCHASTIC_SOLVER=ON \
234234
-DOPTION_TARGET_NFSIM_SOLVER=ON \
235-
-DOPTION_TARGET_MOVINGBOUNDARY_SOLVER=ON \
235+
-DOPTION_TARGET_MOVINGBOUNDARY_SOLVER=OFF \
236236
-DOPTION_TARGET_SUNDIALS_SOLVER=ON \
237237
-DOPTION_TARGET_HY3S_SOLVERS=OFF \
238238
-B . -S ..

0 commit comments

Comments
 (0)