mirror of
https://github.com/hathach/tinyusb.git
synced 2024-11-24 08:12:10 +00:00
fix circleci set-matrix
This commit is contained in:
parent
790a107287
commit
0abd6474d9
@ -34,7 +34,7 @@ jobs:
|
||||
e_arr=($e)
|
||||
build_system="${e_arr[0]}"
|
||||
toolchain="${e_arr[1]}"
|
||||
FAMILY=$(echo $MATRIX_JSON | jq -r ".\"$toolchain\".family")
|
||||
FAMILY=$(echo $MATRIX_JSON | jq -r ".\"$toolchain\"")
|
||||
echo "FAMILY_${toolchain}=$FAMILY"
|
||||
|
||||
# FAMILY_LARGE = FAMILY - RESOURCE_LARGE
|
||||
|
Loading…
Reference in New Issue
Block a user