Skip to content

Commit 4fd8fd9

Browse files
committed
Updated CI
1 parent 2177dd6 commit 4fd8fd9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5
7+
- uses: actions/checkout@v6
88
- run: sudo apt-get update && sudo apt-get install dub ldc
99
- uses: ankane/setup-postgres@v1
1010
with:
1111
database: pgvector_d_test
1212
dev-files: true
1313
- run: |
1414
cd /tmp
15-
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
15+
git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
1616
cd pgvector
1717
make
1818
sudo make install

0 commit comments

Comments
 (0)