Skip to content

Commit 38d126c

Browse files
committed
Apt update
1 parent aba7116 commit 38d126c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-pgvector.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ cd /tmp
22
git clone --branch v0.7.2 https://github.com/pgvector/pgvector.git
33
cd pgvector
44
make
5-
make install # may need sudo
5+
sudo make install # may need sudo

0 commit comments

Comments
 (0)