Skip to content

Commit c51e0a3

Browse files
authored
CI: Ascent + Conduit (#3639)
## Summary For some reason, `AMReX_ASCENT` does not trigger `AMReX_CONDUIT` to be set, too. cc @cyrush ## Additional background X-ref: #3350
1 parent d75c04b commit c51e0a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ascent.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
-DCMAKE_BUILD_TYPE=Debug \
2727
-DAMReX_ENABLE_TESTS=ON \
2828
-DAMReX_FORTRAN=OFF \
29-
-DAMReX_ASCENT=ON
29+
-DAMReX_ASCENT=ON \
30+
-DAMReX_CONDUIT=ON
3031
- name: Build
3132
run: |
3233
. /ascent_docker_setup_env.sh

0 commit comments

Comments
 (0)