diff options
| author | hathach <[email protected]> | 2025-04-18 17:54:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-04-18 17:59:38 +0700 |
| commit | 2fd0301f0ef0df058de4004d045eb0ea4209a2e9 (patch) | |
| tree | 65182d57fb57766a36ff0e09057254df308a40d0 /.github/workflows/build_util.yml | |
| parent | 925010fd841c5442579c503a3b1aa211cc25e8b2 (diff) | |
| parent | e44f556a951451fd9123cb822683faac324e0450 (diff) | |
Merge branch 'master' into fork/HiFiPhile/ping_out
# Conflicts:
# src/portable/synopsys/dwc2/hcd_dwc2.c
Diffstat (limited to '.github/workflows/build_util.yml')
| -rw-r--r-- | .github/workflows/build_util.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_util.yml b/.github/workflows/build_util.yml index 2de68c6f3..a2c96f3c0 100644 --- a/.github/workflows/build_util.yml +++ b/.github/workflows/build_util.yml @@ -58,6 +58,8 @@ jobs: shell: bash - name: Build + env: + IAR_LMS_BEARER_TOKEN: ${{ secrets.IAR_LMS_BEARER_TOKEN }} run: | if [ "${{ inputs.toolchain }}" == "esp-idf" ]; then docker run --rm -v $PWD:/project -w /project espressif/idf:tinyusb python tools/build.py ${{ matrix.arg }} |
