Skip to content

Commit

Permalink
ci: fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Oct 21, 2024
1 parent ed28f8d commit 637e13e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
- name: Unpacked cached SDK
if: steps.cache-restore.outputs.cache-hit == 'true'
run: |
mkdir -p $RUNNER_TEMP/build_dir
tar xJf "$GITHUB_WORKSPACE/cache/sdk.tar.xz" --posix -C "$RUNNER_TEMP/build_dir"
tar xJf "$GITHUB_WORKSPACE/cache/sdk.tar.xz" --posix -C "$RUNNER_TEMP"
- name: Download OpenWrt SDK
if: steps.cache-restore.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 637e13e

Please sign in to comment.