We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6357ad8 commit 42cec7cCopy full SHA for 42cec7c
.github/workflows/build.yml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - uses: leafo/gh-actions-lua@v10
9
- - uses: leafo/gh-actions-luarocks@v4
+ - uses: leafo/gh-actions-lua@v11
+ - uses: leafo/gh-actions-luarocks@v5
10
- run: |
11
luarocks install pgmoon
12
luarocks install luasocket
@@ -16,7 +16,7 @@ jobs:
16
dev-files: true
17
18
cd /tmp
19
- git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
20
cd pgvector
21
make
22
sudo make install
0 commit comments