ci: fix substitution

This commit is contained in:
Ramon Roche 2024-08-09 07:50:27 -07:00
parent be63f06fd3
commit 5d2968c582
No known key found for this signature in database
GPG Key ID: 275988FAE5821713

View File

@ -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