We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 206ed3d commit 652a515Copy full SHA for 652a515
.github/workflows/build.yml
@@ -11,13 +11,13 @@ jobs:
11
dev-files: true
12
- run: |
13
cd /tmp
14
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
15
cd pgvector
16
make
17
sudo make install
18
- - uses: fortran-lang/setup-fpm@v5
+ - uses: fortran-lang/setup-fpm@v7
19
with:
20
- fpm-version: v0.10.1
+ fpm-version: v0.12.0
21
- run: fpm run
22
env:
23
FPM_CFLAGS: -I/usr/include/postgresql
0 commit comments