mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 15:57:34 +08:00
ci: fix substitution
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: build target group
|
||||
run: |
|
||||
matrix_targets=${{matrix.targets}}
|
||||
for target in ${matrix_targets//,/}
|
||||
for target in ${matrix_targets//,/ }
|
||||
do
|
||||
make $target
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user