Fixed CI for branches for i386

This commit is contained in:
Andrew Kane
2023-06-16 17:38:51 -04:00
parent 0e2dc0e6d4
commit 673aca97fc

View File

@@ -88,7 +88,8 @@ jobs:
- run: |
git clone https://github.com/${{ github.repository }}.git pgvector
cd pgvector
git checkout ${{ github.ref }}
git fetch origin ${{ github.ref }}
git reset --hard FETCH_HEAD
make
make install
chown -R postgres .