Skip to content

Commit

Permalink
try cmd.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyaspimpalgaonkar committed Oct 17, 2024
1 parent 3e15d25 commit 3c36f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-postgres-ext/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ runs:
git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git
Set-Location -Path "$env:TEMP\pgvector"
cmd /c nmake /F Makefile.win
cmd /c nmake /F Makefile.win install
cmd.exe /c "nmake /F Makefile.win"
cmd.exe /c "nmake /F Makefile.win install"
psql -U postgres -c "CREATE EXTENSION vector;"
Expand Down

0 comments on commit 3c36f8e

Please sign in to comment.