Skip to content

Commit 0915e0d

Browse files
committed
Updated CI
1 parent 1e9efc0 commit 0915e0d

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,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v6
7+
- uses: actions/checkout@v7
88
- uses: leafo/gh-actions-lua@v13
99
- uses: leafo/gh-actions-luarocks@v6
1010
- run: |
@@ -16,7 +16,7 @@ jobs:
1616
dev-files: true
1717
- run: |
1818
cd /tmp
19-
git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
19+
git clone --branch v0.8.5 https://github.com/pgvector/pgvector.git
2020
cd pgvector
2121
make
2222
sudo make install

0 commit comments

Comments
 (0)