Skip to content

Commit 34aee6c

Browse files
committed
fixing yaml
1 parent c6da49f commit 34aee6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-callable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
${{ inputs.cuda && '-C"with-cuda=Yes"' || '' }}
7272
${{ inputs.libceed && '-C"with-libceed=Yes"' || '' }}
7373
${{ inputs.gslib && '-C"with-gslib=Yes"' || '' }}
74-
${{ (!(inputs.mfem-branch == 'default') && format('-C"mfem-branch=''{0}''"', inputs.mfem-branch)) || '' }}
74+
${{ (!(inputs.mfem-branch == 'default') && format('-C"mfem-branch='{0}'"', inputs.mfem-branch)) || '' }}
7575
7676
# -------------------------------------------------------------------------------------------------
7777
# Begin workflow

0 commit comments

Comments
 (0)