Skip to content

Commit

Permalink
Update .github/workflows/clang.yml
Browse files Browse the repository at this point in the history
reduce AMReX_OPENPMD_API to AMReX_OPENPMD

Co-authored-by: Axel Huebl <axel.huebl@plasma.ninja>
  • Loading branch information
guj and ax3l authored Feb 22, 2024
1 parent 0de2a0c commit 7fa311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
mkdir build
cd build
cmake .. \
-DAMReX_OPENPMD_API=ON \
-DAMReX_OPENPMD=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DAMReX_ENABLE_TESTS=ON \
-DAMReX_SPACEDIM=3 \
Expand Down

0 comments on commit 7fa311b

Please sign in to comment.