From a261a3ab558678d0a76d447ade1dc1663bc37960 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Thu, 3 Sep 2020 16:17:12 +0200 Subject: [PATCH] Diasble PIO matrix build --- .github/workflows/test-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index f0c74680..83973628 100755 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -162,4 +162,4 @@ jobs: python -m pip install --upgrade pip pip install platformio - name: Run PlatformIO - run: platformio run ${{ matrix.test-platform }} \ No newline at end of file + run: platformio run \ No newline at end of file