Skip to content

Commit 258319d

Browse files
committed
test
1 parent 169d330 commit 258319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_lockfile.yml

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

0 commit comments

Comments
 (0)