From 56ffbe7ddb82702c5dc1d168cc8f466d007f16ca Mon Sep 17 00:00:00 2001 From: technyon Date: Wed, 6 Jul 2022 20:14:31 +0200 Subject: [PATCH] try fix workflow# --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc2a6df..2f645b0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: run: | mkdir -p build cd build - cmake -D CMAKE_TOOLCHAIN_FILE=../arduino-toolchain/Arduino-toolchain.cmake .. + cmake -D CMAKE_TOOLCHAIN_FILE=../arduino-toolchain/Arduino-toolchain.cmake -D ARDUINO_BOARD="ESP32 Dev Module [esp32.esp32]" .. echo "# Espressif ESP32 Partition Table" > partitions.csv echo "# Name, Type, SubType, Offset, Size, Flags" >> partitions.csv echo "nvs, data, nvs, 0x9000, 0x5000," >> partitions.csv