Skip to content

Commit

Permalink
ci 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 13, 2024
1 parent a90a9a9 commit 53a90b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_toolchain/espressif/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
uses: actions/cache@v4
id: cache-toolchain-espressif
with:
path: $${ env.DOCKER_IMAGE }}
path: $HOME/cache/${{ inputs.toolchain }}
key: ${{ runner.os }}-${{ inputs.toolchain }}-${{ inputs.toolchain_url }}

- name: Load Docker Image
Expand Down

0 comments on commit 53a90b0

Please sign in to comment.