From 8c44c568701cd72d54f35687f0383e11bbc6d1cd Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Fri, 6 Sep 2024 13:52:31 +0200 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b8e44a..b6d4ad7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,10 +139,6 @@ jobs: - platform: https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10%2Brc1/platform-espressif32.zip board: esp32-c6-devkitc-1 - - platform: espressif8266 - board: huzzah - - platform: espressif8266 - board: d1_mini steps: - name: Checkout uses: actions/checkout@v4