Skip to content

Commit 5ad93d1

Browse files
committed
Fix OpenMC build dir for collecting build config
1 parent b9e536c commit 5ad93d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
python scripts/collect_metadata.py \
132132
--results-dir ".asv/results/${{ steps.machine.outputs.machine_name }}" \
133-
--openmc-build-dir .asv/env/*/ \
133+
--openmc-build-dir .asv/env/*/project/build \
134134
--dagmc-dir $DAGMC_INSTALL_DIR \
135135
--moab-dir $MOAB_INSTALL_DIR \
136136
--libmesh-dir $LIBMESH_INSTALL_DIR

0 commit comments

Comments
 (0)