mirror of
https://github.com/pgvector/pgvector.git
synced 2026-06-06 05:51:21 +08:00
Use ref to fix CI for PRs
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user