From fe00f0c369affb9844a7c415f95db43fe4856bb9 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 19 Nov 2022 16:06:59 -0600 Subject: [PATCH] Uses block --- .github/workflows/main_matrix.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index b461d9d26..4cbe3f4bd 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -97,9 +97,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: ./.github/workflows/build_esp32.yml - with: - board: ${{ matrix.board }} + - uses: ./.github/workflows/build_esp32.yml + with: + board: ${{ matrix.board }} build-nrf52: strategy: