We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2787a6b commit 0ce2864Copy full SHA for 0ce2864
.github/workflows/app-tests.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install pgvector on Windows using install-pgvector.bat
27
if: matrix.os == 'windows-latest'
28
shell: cmd
29
- run: .\install-pgvector.bat
+ run: .github\workflows\install-pgvector.bat
30
- name: Setup postgres
31
uses: ikalnytskyi/action-setup-postgres@v6
32
with:
0 commit comments