We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6da49f commit 34aee6cCopy full SHA for 34aee6c
.github/workflows/build-and-test-callable.yml
@@ -71,7 +71,7 @@ jobs:
71
${{ inputs.cuda && '-C"with-cuda=Yes"' || '' }}
72
${{ inputs.libceed && '-C"with-libceed=Yes"' || '' }}
73
${{ inputs.gslib && '-C"with-gslib=Yes"' || '' }}
74
- ${{ (!(inputs.mfem-branch == 'default') && format('-C"mfem-branch=''{0}''"', inputs.mfem-branch)) || '' }}
+ ${{ (!(inputs.mfem-branch == 'default') && format('-C"mfem-branch='{0}'"', inputs.mfem-branch)) || '' }}
75
76
# -------------------------------------------------------------------------------------------------
77
# Begin workflow
0 commit comments