We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f36205 commit 379c862Copy full SHA for 379c862
1 file changed
.github/workflows/build.yml
@@ -5,7 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v6
8
- - run: sudo snap install zig --classic --beta
+ - run: echo /home/linuxbrew/.linuxbrew/bin >> $GITHUB_PATH
9
+ - run: brew install zig
10
- uses: ankane/setup-postgres@v1
11
with:
12
database: pgvector_zig_test
0 commit comments