Skip to content

Commit 379c862

Browse files
committed
Test
1 parent 6f36205 commit 379c862

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v6
8-
- run: sudo snap install zig --classic --beta
8+
- run: echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
9+
- run: brew install zig
910
- uses: ankane/setup-postgres@v1
1011
with:
1112
database: pgvector_zig_test

0 commit comments

Comments
 (0)