From c80289237fe1163f5170b50565178a3cbf0107f6 Mon Sep 17 00:00:00 2001 From: Antonio Aloisio Date: Tue, 23 Jan 2024 22:48:34 +0100 Subject: [PATCH] x --- .github/workflows/github-actions.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index e39c4210023..d1abd7671ed 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -6,14 +6,14 @@ jobs: name: build firmware runs-on: ubuntu-latest strategy: - matrix: - include: - - model: "dsl-ax82u" - sdk: "src-rt-5.02axhnd.675x" - ui: "none" - - model: "rt-ax82u" - sdk: "src-rt-5.02axhnd.675x" - ui: "none" + matrix: + include: + - model: "dsl-ax82u" + sdk: "src-rt-5.02axhnd.675x" + ui: "none" + - model: "rt-ax82u" + sdk: "src-rt-5.02axhnd.675x" + ui: "none" container: image: gnuton/asuswrt-merlin-toolchains-docker:latest env: