mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
fix missing json
This commit is contained in:
parent
1b295de9ad
commit
5a5dbfc8c6
2
.github/workflows/hil_test.yml
vendored
2
.github/workflows/hil_test.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
- name: Generate matrix json
|
||||
id: set-matrix-json
|
||||
run: |
|
||||
MATRIX_JSON=$(python test/hil/hil_ci_set_matrix.py)
|
||||
MATRIX_JSON=$(python test/hil/hil_ci_set_matrix.py ${{ env.HIL_JSON }})
|
||||
echo "matrix=$MATRIX_JSON"
|
||||
echo "matrix=$MATRIX_JSON" >> $GITHUB_OUTPUT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user