ci: fix substitution

This commit is contained in:
Ramon Roche
2024-08-09 07:50:27 -07:00
parent be63f06fd3
commit 5d2968c582
+1 -1
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