Skip to content

Commit e038c0d

Browse files
committed
update github pipeline
1 parent 0424144 commit e038c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: unit tests
88
runs-on: ${{ matrix.os }}
99
env:
10-
NVIM_TS_DIR: ${HOME}/.local/share/nvim/site/pack/vendor/start/nvim-treesitter
10+
NVIM_TS_DIR: "${HOME}/.local/share/nvim/site/pack/vendor/start/nvim-treesitter"
1111
strategy:
1212
fail-fast: false
1313
matrix:

0 commit comments

Comments
 (0)