Use ref to fix CI for PRs

This commit is contained in:
Andrew Kane
2023-06-09 18:56:43 -07:00
parent b4c1c3ab63
commit 2c35074f3a

View File

@@ -85,7 +85,7 @@ jobs:
- run: |
git clone https://github.com/${{ github.repository }}.git pgvector
cd pgvector
git checkout ${{ github.sha }}
git checkout ${{ github.ref }}
make
make install
chown -R postgres .