Skip to content

Commit 42cec7c

Browse files
committed
Updated CI
1 parent 6357ad8 commit 42cec7c

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
@@ -5,8 +5,8 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: leafo/gh-actions-lua@v10
9-
- uses: leafo/gh-actions-luarocks@v4
8+
- uses: leafo/gh-actions-lua@v11
9+
- uses: leafo/gh-actions-luarocks@v5
1010
- run: |
1111
luarocks install pgmoon
1212
luarocks install luasocket
@@ -16,7 +16,7 @@ jobs:
1616
dev-files: true
1717
- run: |
1818
cd /tmp
19-
git clone --branch v0.8.0 https://github.com/pgvector/pgvector.git
19+
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
2020
cd pgvector
2121
make
2222
sudo make install

0 commit comments

Comments
 (0)