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 ae59e34 commit a0056b7Copy full SHA for a0056b7
.github/workflows/linux_single_e2e.yml
@@ -218,7 +218,7 @@ jobs:
218
CMAKE_EXTRA_ARGS: ${{ inputs.extra_cmake_args }}
219
run: |
220
if [ -n "$CMAKE_EXTRA_ARGS" ]; then
221
- echo 'opts=$CMAKE_EXTRA_ARGS' >> $GITHUB_OUTPUT
+ echo "opts=$CMAKE_EXTRA_ARGS" >> $GITHUB_OUTPUT
222
else
223
if [ "${{ contains(inputs.target_devices, 'ext_oneapi_hip') }}" == "true" ]; then
224
echo 'opts=-DHIP_PLATFORM="AMD" -DAMD_ARCH="gfx1031"' >> $GITHUB_OUTPUT
0 commit comments