Fix mach names

original commit: d76bb24964a0eb65fa9205f2564b7e62d5c6c5ff
This commit is contained in:
Paulo Matos 2020-04-26 13:36:30 +02:00
parent d310797c69
commit 8f93ceebba

View File

@ -10,7 +10,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
mach: [i3le, ti3le, i6le, ta6le] mach: ['i3le', 'ti3le', 'i6le', 'ta6le']
env: env:
TARGET_MACHINE: ${{ matrix.mach }} TARGET_MACHINE: ${{ matrix.mach }}