Skip to content

Commit

Permalink
Fix cache path Zephyr
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Oct 25, 2024
1 parent d85528c commit 92f250e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/zephyr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
id: cache-sdk
uses: actions/cache@v4
with:
path: /opt/zephyr-sdk-${{env.SDK_VERSION}}
path: /opt/zephyr-sdk-${{env.SDK_VERSION}}_linux-x86_64.tar.xz
key: zephyr-sdk-${{env.SDK_VERSION}}-${{ runner.os }}

- name: Install Zephyr SDK
Expand Down

0 comments on commit 92f250e

Please sign in to comment.