We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa45c01 commit 1e9efc0Copy full SHA for 1e9efc0
1 file changed
.github/workflows/build.yml
@@ -4,8 +4,8 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v5
8
- - uses: leafo/gh-actions-lua@v12
+ - uses: actions/checkout@v6
+ - uses: leafo/gh-actions-lua@v13
9
- uses: leafo/gh-actions-luarocks@v6
10
- run: |
11
luarocks install pgmoon
@@ -16,7 +16,7 @@ jobs:
16
dev-files: true
17
18
cd /tmp
19
- git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
20
cd pgvector
21
make
22
sudo make install
0 commit comments