Skip to content

Commit

Permalink
Fix gtest_target processing
Browse files Browse the repository at this point in the history
  • Loading branch information
isarkis committed Jan 23, 2025
1 parent 3d054ba commit 084903d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- id: set-test-targets
shell: bash
run: |
gtest_targets=$(cat ${GITHUB_WORKSPACE}/.github/config/${{ inputs.platform }}.json | jq -c '.gtest_targets | join(" ")')
gtest_targets=$(cat ${GITHUB_WORKSPACE}/.github/config/${{ inputs.platform }}.json | jq -rc '.gtest_targets | join(" ")')
echo "gtest_targets=${gtest_targets}" >> $GITHUB_ENV
- id: set-includes
shell: bash
Expand Down

0 comments on commit 084903d

Please sign in to comment.