From 28d7f3e515a39ad5cd5ab12ece51176979f75fc0 Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Sat, 16 Dec 2023 11:52:19 +0100 Subject: [PATCH] CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1a2cc0..3b27eda 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: run: | python -m pip install platformio pio platform install espressif32 - pio platform install https://github.com/rzeldent/platformio-espressif32-sunton.git + git submodule init https://github.com/rzeldent/platformio-espressif32-sunton.git boards - name: Build firmware run: pio ci --lib="." --project-conf "example/platformio.ini" "example/main.cpp" env: