We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c67524 commit 0d5297dCopy full SHA for 0d5297d
1 file changed
.github/workflows/ci.yml
@@ -107,6 +107,7 @@ jobs:
107
cp /github/home/.platformio/packages/framework-arduinoespressif32/tools/sdk/bin/bootloader_dio_40m.bin 0x01000.bin
108
else
109
echo could not find bootloader_dio_40m.bin, new location?
110
+ find /github/home/.platformio/ -name "bootloader_dio_40m.bin"
111
exit 1
112
fi
113
cp bin/.pio/build/esp32dev/partitions.bin 0x08000.bin
0 commit comments