update github actions
Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/esp32_build.yaml
vendored
2
.github/workflows/esp32_build.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
esp_idf_version: ${{ matrix.idf_ver }}
|
esp_idf_version: ${{ matrix.idf_ver }}
|
||||||
target: ${{ matrix.idf_target }}
|
target: ${{ matrix.idf_target }}
|
||||||
extra_docker_args: -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release"
|
command: idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build
|
||||||
- name: Archive build output artifacts
|
- name: Archive build output artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user