From aa98cdc73353239ab0f90012c2a5c100807aa1e6 Mon Sep 17 00:00:00 2001 From: Lucille Hua Date: Wed, 12 Jun 2024 16:33:10 -0400 Subject: [PATCH] Update action.yml devbox CLI cache location (#52) Update action.yml devbox CLI cache location. Addresses https://github.com/jetify-com/devbox-install-action/issues/49 Signed-off-by: Lucille Hua --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8e13b16..27db58b 100644 --- a/action.yml +++ b/action.yml @@ -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