mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 21:09:06 +08:00
ci: fix substitution
This commit is contained in:
parent
be63f06fd3
commit
5d2968c582
2
.github/workflows/build_all_targets.yml
vendored
2
.github/workflows/build_all_targets.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user