Skip to content

Commit 5e8d2aa

Browse files
committed
test
1 parent 5f66eec commit 5e8d2aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update_lockfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
if: ${{ steps.check_lockfile.outputs.files_exists == 'true' }}
2929
timeout-minutes: 5
3030
run: |
31+
export XDG_CACHE_HOME="$HOME"/.cache
3132
./scripts/update_lockfile.sh
3233
nvim --headless "+Lazy! update" +qa
3334
cp -pv "${HOME}/.config/nvim/lazy-lock.json" .

0 commit comments

Comments
 (0)