try fix workflow#

This commit is contained in:
technyon
2022-07-06 20:14:31 +02:00
parent de6ca1b25d
commit 56ffbe7ddb

View File

@@ -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