diff options
| author | Ha Thach <[email protected]> | 2024-05-15 16:42:15 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-15 16:42:15 +0700 |
| commit | cf532d14792411fd40ad3433fe0ce9959887ef4b (patch) | |
| tree | a440d4f6cb2f9d1275dda5b22a98ecee742c3163 /.github/actions/setup_toolchain | |
| parent | 3c24ba3ff2eb5fdb4e214f668a25ed2038a847ad (diff) | |
| parent | 50278211f4117079ce5eda396f68d802d9cda615 (diff) | |
Merge pull request #2646 from hathach/max3421-abort-xfer
Implement Max3421 hcd abort xfer
Diffstat (limited to '.github/actions/setup_toolchain')
| -rw-r--r-- | .github/actions/setup_toolchain/espressif/action.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/setup_toolchain/espressif/action.yml b/.github/actions/setup_toolchain/espressif/action.yml index a4c6127c6..494b7910e 100644 --- a/.github/actions/setup_toolchain/espressif/action.yml +++ b/.github/actions/setup_toolchain/espressif/action.yml @@ -23,7 +23,7 @@ runs: id: cache-toolchain-espressif with: path: ${{ steps.set-docker-image.outputs.DOCKER_IMAGE }} - key: ${{ runner.os }}-${{ inputs.toolchain }}-${{ inputs.toolchain_url }} + key: ${{ inputs.toolchain }}-${{ inputs.toolchain_url }} - name: Pull and Save Docker Image if: steps.cache-toolchain-espressif.outputs.cache-hit != 'true' |
