We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c8a10 commit 27ed1b3Copy full SHA for 27ed1b3
.github/workflows/build.yml
@@ -7,14 +7,14 @@ jobs:
7
- uses: actions/checkout@v4
8
- uses: ocaml/setup-ocaml@v2
9
with:
10
- ocaml-compiler: 4.14
+ ocaml-compiler: 5
11
- uses: ankane/setup-postgres@v1
12
13
database: pgvector_ocaml_test
14
dev-files: true
15
- run: |
16
cd /tmp
17
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
18
cd pgvector
19
make
20
sudo make install
0 commit comments