Skip to content

Commit dea0627

Browse files
committed
ci: check out specific branch
1 parent d470de5 commit dea0627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NVIM_TEST := deps/nvim-test
2020
nvim-test: $(NVIM_TEST)
2121

2222
$(NVIM_TEST):
23-
git clone --depth 1 --branch v1.1.1 https://github.com/lewis6991/nvim-test $@
23+
git clone --depth 1 --branch ci/windows https://github.com/dundargoc/nvim-test $@
2424
$@/bin/nvim-test --init
2525

2626
.PHONY: test

0 commit comments

Comments
 (0)