From c1f8efc477e025ce2a1fc3997d1995d97bbd6f64 Mon Sep 17 00:00:00 2001 From: Forntoh Thomas Date: Mon, 23 Aug 2021 00:42:44 +0200 Subject: [PATCH] =?UTF-8?q?stopped=20fixing=20workflow=20=F0=9F=98=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/compile-arduino-uno-workflow.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/compile-arduino-uno-workflow.yml b/.github/workflows/compile-arduino-uno-workflow.yml index 4c76cdeb..165b305e 100644 --- a/.github/workflows/compile-arduino-uno-workflow.yml +++ b/.github/workflows/compile-arduino-uno-workflow.yml @@ -52,7 +52,6 @@ jobs: - name: Install library dependencies run: | pio lib install - pio lib -g install chris--a/Keypad@^3.1.1 - name: Run PlatformIO run: pio ci --board=uno