From 8f93ceebbae7bd512d0a6ec95201bfe4274649fc Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Sun, 26 Apr 2020 13:36:30 +0200 Subject: [PATCH] Fix mach names original commit: d76bb24964a0eb65fa9205f2564b7e62d5c6c5ff --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f214c4c68c..bc28a9ecfc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}