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: | - run: |
git clone https://github.com/${{ github.repository }}.git pgvector git clone https://github.com/${{ github.repository }}.git pgvector
cd pgvector cd pgvector
git checkout ${{ github.ref }} git fetch origin ${{ github.ref }}
git reset --hard FETCH_HEAD
make make
make install make install
chown -R postgres . chown -R postgres .