From 8f45554a3552c751eadfa21f77aac663e472c0a6 Mon Sep 17 00:00:00 2001 From: andreas Date: Tue, 8 Mar 2022 18:18:00 +0100 Subject: [PATCH] #30: remove environment from ci workflow to always build defaults --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10258bc..bf2c408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,5 +21,5 @@ jobs: pip install -U platformio - name: Build run: | - pio run -e m5stack-atom + pio run