Skip to content

Commit 3c882f2

Browse files
committed
fix json
1 parent 2452fb0 commit 3c882f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_linux_wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: filter
3535
run: |
3636
echo '${{ needs.generate-matrix.outputs.matrix }}' \
37-
| jq 'del(.include[] | select(.gpu_arch_version == "13.0"))' \
37+
| jq -c 'del(.include[] | select(.gpu_arch_version == "13.0"))' \
3838
> matrix.json
3939
echo "matrix=$(cat matrix.json)" >> $GITHUB_OUTPUT
4040
build:

0 commit comments

Comments
 (0)