This commit is contained in:
Andrew Kane
2026-01-14 06:36:16 -08:00
parent 1a381ffdcd
commit 77814eb0ee

View File

@@ -113,7 +113,7 @@ jobs:
image: alpine:3.23 image: alpine:3.23
options: --platform linux/386 options: --platform linux/386
steps: steps:
- run: apk add --update build-base git openrc postgresql18 - run: apk add --update build-base git openrc postgresql18 postgresql18-dev
- run: rc-update add postgresql - run: rc-update add postgresql
- run: | - run: |
git clone https://github.com/${{ github.repository }}.git pgvector git clone https://github.com/${{ github.repository }}.git pgvector