From 1a381ffdcd439a15f630d22553e4bb5224627481 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 14 Jan 2026 06:35:12 -0800 Subject: [PATCH] Test --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9698411..731b82c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: image: alpine:3.23 options: --platform linux/386 steps: - - run: apk add --update build-base openrc postgresql18 + - run: apk add --update build-base git openrc postgresql18 - run: rc-update add postgresql - run: | git clone https://github.com/${{ github.repository }}.git pgvector