Skip to content

Commit 938ae23

Browse files
committed
fix(ci): cache_dir not found
1 parent 906f17b commit 938ae23

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+
mkdir -p "${HOME}"/.cache/nvim
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)