Skip to content

Commit 97dd225

Browse files
committed
actions: fix typo
1 parent 86bad23 commit 97dd225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_comment_trigger_self_hosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
#meshfields
107107
mfbdir=${workDir}/build-meshfields
108-
cmake -S meshFields_${{ github.event.issue.number }} -B $mfbdir \
108+
cmake -S meshfields_${{ github.event.issue.number }} -B $mfbdir \
109109
-DOmega_h_ROOT=$ohbdir/install \
110110
-DKokkos_ROOT=$kkbdir/install \
111111
-DKokkosKernels_ROOT=$kernbdir/install \

0 commit comments

Comments
 (0)