From fe60a7c834b15c1cbcf3cfe3a2c4a401c40cb8e3 Mon Sep 17 00:00:00 2001 From: qitas Date: Mon, 17 May 2021 11:43:22 +0800 Subject: [PATCH] fix --- .github/workflows/project.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 4e0784b..66ca138 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -45,13 +45,13 @@ jobs: build: strategy: - fail-fast: false - matrix: - items: - - "JTAG" - - "jump_to_bl" - - "si5351" - os: [ubuntu-latest] + fail-fast: false + matrix: + items: + - "JTAG" + - "jump_to_bl" + - "si5351" + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: Check out