Skip to content

Commit

Permalink
Quotes around matrix output.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Jul 19, 2023
1 parent 27f0e79 commit b7e0fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set outputs
id: set-outputs
run: |
FULL_MATRIX=${{steps.compute-nvcc-matrix.outputs.matrix}}
FULL_MATRIX="${{steps.compute-nvcc-matrix.outputs.matrix}}"
CUDA_VERSIONS=$(echo $FULL_MATRIX | jq -c '[.[] | .cuda] | unique')
echo "CUDA_VERSIONS=$CUDA_VERSIONS" | tee -a "$GITHUB_OUTPUT"
HOST_COMPILERS=$(echo $FULL_MATRIX | jq -c '[.[] | .compiler.name] | unique')
Expand Down

0 comments on commit b7e0fa6

Please sign in to comment.