Skip to content

Commit 0ce2864

Browse files
committed
Bat file location
1 parent 2787a6b commit 0ce2864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install pgvector on Windows using install-pgvector.bat
2727
if: matrix.os == 'windows-latest'
2828
shell: cmd
29-
run: .\install-pgvector.bat
29+
run: .github\workflows\install-pgvector.bat
3030
- name: Setup postgres
3131
uses: ikalnytskyi/action-setup-postgres@v6
3232
with:

0 commit comments

Comments
 (0)