diff options
| author | hathach <[email protected]> | 2025-01-16 11:32:13 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-01-16 11:56:19 +0700 |
| commit | 2109b801d400cf8b019bc38ed12a18dd84f0f337 (patch) | |
| tree | 5f728279ebd5c09cefb0001bd6dfc83273a67db9 /.github/workflows | |
| parent | 880aae4be2556704abd4dae9c707c9fa87603cf1 (diff) | |
update esp-idf to 5.3.2
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build_util.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build_util.yml b/.github/workflows/build_util.yml index 706ded1c1..2de68c6f3 100644 --- a/.github/workflows/build_util.yml +++ b/.github/workflows/build_util.yml @@ -41,7 +41,6 @@ jobs: uses: ./.github/actions/setup_toolchain with: toolchain: ${{ inputs.toolchain }} - toolchain_version: 'v5.3.1' - name: Get Dependencies uses: ./.github/actions/get_deps @@ -61,7 +60,7 @@ jobs: - name: Build run: | if [ "${{ inputs.toolchain }}" == "esp-idf" ]; then - docker run --rm -v $PWD:/project -w /project espressif/idf:v5.3.1 python tools/build.py ${{ matrix.arg }} + docker run --rm -v $PWD:/project -w /project espressif/idf:tinyusb python tools/build.py ${{ matrix.arg }} else python tools/build.py -s ${{ inputs.build-system }} ${{ steps.setup-toolchain.outputs.build_option }} ${{ steps.set-one-per-family.outputs.build_option }} ${{ matrix.arg }} fi |
