try fix git work workflow
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
|
touch file_opts
|
||||||
cmake -D CMAKE_TOOLCHAIN_FILE=../arduino-toolchain/Arduino-toolchain.cmake ..
|
cmake -D CMAKE_TOOLCHAIN_FILE=../arduino-toolchain/Arduino-toolchain.cmake ..
|
||||||
echo "# Espressif ESP32 Partition Table" > partitions.csv
|
echo "# Espressif ESP32 Partition Table" > partitions.csv
|
||||||
echo "# Name, Type, SubType, Offset, Size, Flags" >> partitions.csv
|
echo "# Name, Type, SubType, Offset, Size, Flags" >> partitions.csv
|
||||||
|
|||||||
Reference in New Issue
Block a user