This commit is contained in:
Andrew Kane
2026-01-14 06:34:37 -08:00
parent 498c23aa0c
commit 250d453f8c

View File

@@ -114,7 +114,7 @@ jobs:
options: --platform linux/386
steps:
- run: apk add --update build-base openrc postgresql18
- run: rc-update add postgresql && rc-service postgresql start
- run: rc-update add postgresql
- run: |
git clone https://github.com/${{ github.repository }}.git pgvector
cd pgvector