|
@@ -26,7 +26,7 @@ jobs:
|
|
|
strategy:
|
|
|
max-parallel: 1
|
|
|
matrix:
|
|
|
- node: [I2S-4MFlash, ESP32-A1S, SqueezeAmp]
|
|
|
+ node: [I2S-4MFlash, SqueezeAMP, ESP32-A1S]
|
|
|
depth: [16, 32]
|
|
|
steps:
|
|
|
- name: Set target name
|
|
@@ -113,6 +113,7 @@ jobs:
|
|
|
build/size_comp1.txt
|
|
|
build/size_comp2.txt
|
|
|
partitions.csv
|
|
|
+ sdkconfig
|
|
|
build_output.zip
|
|
|
- uses: actions/upload-artifact@v2
|
|
|
with:
|