Skip to content

Commit 652a515

Browse files
committed
Updated CI
1 parent 206ed3d commit 652a515

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
dev-files: true
1212
- run: |
1313
cd /tmp
14-
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
14+
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
1515
cd pgvector
1616
make
1717
sudo make install
18-
- uses: fortran-lang/setup-fpm@v5
18+
- uses: fortran-lang/setup-fpm@v7
1919
with:
20-
fpm-version: v0.10.1
20+
fpm-version: v0.12.0
2121
- run: fpm run
2222
env:
2323
FPM_CFLAGS: -I/usr/include/postgresql

0 commit comments

Comments
 (0)