We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab825a commit 9d4fbebCopy full SHA for 9d4fbeb
1 file changed
.github/workflows/build.yml
@@ -114,7 +114,7 @@ jobs:
114
options: --platform linux/386
115
steps:
116
- run: apk add --update build-base git openrc perl perl-ipc-run postgresql18 postgresql18-dev
117
- - run: rc-update add postgresql
+ - run: touch /run/openrc/softlevel && rc-update add postgresql
118
- run: |
119
git clone https://github.com/${{ github.repository }}.git pgvector
120
cd pgvector
0 commit comments