Skip to content

Commit

Permalink
[CI] Fix CMake opts handling (intel#10544)
Browse files Browse the repository at this point in the history
The bug has been introduced in intel#10538,
this PR fixes it.
  • Loading branch information
aelovikov-intel authored Jul 24, 2023
1 parent ae59e34 commit a0056b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_single_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
CMAKE_EXTRA_ARGS: ${{ inputs.extra_cmake_args }}
run: |
if [ -n "$CMAKE_EXTRA_ARGS" ]; then
echo 'opts=$CMAKE_EXTRA_ARGS' >> $GITHUB_OUTPUT
echo "opts=$CMAKE_EXTRA_ARGS" >> $GITHUB_OUTPUT
else
if [ "${{ contains(inputs.target_devices, 'ext_oneapi_hip') }}" == "true" ]; then
echo 'opts=-DHIP_PLATFORM="AMD" -DAMD_ARCH="gfx1031"' >> $GITHUB_OUTPUT
Expand Down

0 comments on commit a0056b7

Please sign in to comment.