From 462ee3d921ebc3fd91814dcc9d54ceee128db60d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 20 Feb 2023 07:22:33 -0600 Subject: [PATCH] Missed a reference --- .github/workflows/main_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index aa28eb164..9b5baafdb 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -175,7 +175,7 @@ jobs: gather-artifacts: runs-on: ubuntu-latest - needs: [build-esp32, build-nrf52, build-native, build-rpi2040] + needs: [build-esp32, build-nrf52, build-native] #, build-rpi2040] steps: - name: Checkout code uses: actions/checkout@v3