diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23776cb..9698411 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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