Fix mach names
original commit: d76bb24964a0eb65fa9205f2564b7e62d5c6c5ff
This commit is contained in:
parent
d310797c69
commit
8f93ceebba
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
mach: [i3le, ti3le, i6le, ta6le]
|
||||
mach: ['i3le', 'ti3le', 'i6le', 'ta6le']
|
||||
|
||||
env:
|
||||
TARGET_MACHINE: ${{ matrix.mach }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user