more optimisation
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 12s
Some checks failed
ESP-IDF Build / build (esp32c6, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32c6, release-v5.5) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 12s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 12s
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
- name: Debug - Check paths
|
||||
run: |
|
||||
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
|
||||
echo "github.workspace: ${{ github.workspace }}"
|
||||
echo "Current directory: $(pwd)"
|
||||
echo "Contents of workspace:"
|
||||
ls -la
|
||||
@@ -55,7 +56,7 @@ jobs:
|
||||
- name: ESP-IDF build
|
||||
run: |
|
||||
docker run --rm \
|
||||
-v ${{ github.workspace }}:/project \
|
||||
-v "$(pwd)":/project \
|
||||
-w /project/firmware \
|
||||
espressif/idf:${{ matrix.idf_ver }} \
|
||||
idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build
|
||||
|
||||
Reference in New Issue
Block a user