Skip to content

Commit 9d4fbeb

Browse files
committed
Test
1 parent eab825a commit 9d4fbeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
options: --platform linux/386
115115
steps:
116116
- run: apk add --update build-base git openrc perl perl-ipc-run postgresql18 postgresql18-dev
117-
- run: rc-update add postgresql
117+
- run: touch /run/openrc/softlevel && rc-update add postgresql
118118
- run: |
119119
git clone https://github.com/${{ github.repository }}.git pgvector
120120
cd pgvector

0 commit comments

Comments
 (0)