Skip to content

Commit

Permalink
Update action.yml devbox CLI cache location (#52)
Browse files Browse the repository at this point in the history
Update action.yml devbox CLI cache location.

Addresses #49

Signed-off-by: Lucille Hua <lucille.hua@gmail.com>
  • Loading branch information
LucilleH committed Jun 12, 2024
1 parent 88775c2 commit aa98cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
id: cache-devbox-cli
uses: actions/cache/restore@v4
with:
path: /usr/local/bin/devbox
path: ~/.local/bin/devbox
key: ${{ runner.os }}-${{ runner.arch }}-devbox-cli-${{ env.latest_version }}

- name: Install devbox cli
Expand Down

0 comments on commit aa98cdc

Please sign in to comment.