This commit is contained in:
Andrew Kane
2023-05-17 15:16:58 -07:00
parent c2f331908f
commit dfe487145f

View File

@@ -79,7 +79,7 @@ jobs:
- run: apt-get update && apt-get install -y build-essential git libipc-run-perl postgresql-13 postgresql-server-dev-13 sudo
- run: service postgresql start
- run: |
git clone ${{ github.repositoryUrl }} pgvector
git clone https://github.com/${{ github.repository }}.git pgvector
cd pgvector
git checkout ${{ github.sha }}
make