We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ed2c2 commit 4c08b18Copy full SHA for 4c08b18
.github/actions/configure-cmake-project/action.yml
@@ -109,7 +109,7 @@ runs:
109
$UseMSVCCompilers = ${{ inputs.msvc-compilers }}
110
$UseBuiltCompilers = ${{ inputs.built-compilers }}
111
$UsePinnedCompilers = ${{ inputs.pinned-compilers }}
112
- $UseGNUDriver = ${{ inputs.use-gnu-driver == 'true' && '&True' || '$False' }}
+ $UseGNUDriver = ${{ inputs.use-gnu-driver == 'true' && '$True' || '$False' }}
113
$CacheScript = '${{ inputs.cache-script }}'
114
$CMakeDefines = ${{ inputs.cmake-defines }}
115
0 commit comments