From 64f05b7a6f6981ac013f2a02068373240affa70b Mon Sep 17 00:00:00 2001 From: FieteRensen Date: Tue, 30 Jan 2024 21:10:46 +0100 Subject: [PATCH] delete matrix strategy --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b3e6f4..4cab267 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,10 +3,6 @@ on: [push] jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - example: [SRC/MBusinoAP/MBusinoAP.ino] - steps: - uses: actions/checkout@v3 - uses: actions/cache@v3