This commit is contained in:
Andrew Kane
2026-01-14 06:46:15 -08:00
parent eab825ae21
commit 9d4fbeb7df

View File

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