We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2177dd6 commit 4fd8fd9Copy full SHA for 4fd8fd9
1 file changed
.github/workflows/build.yml
@@ -4,15 +4,15 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
8
- run: sudo apt-get update && sudo apt-get install dub ldc
9
- uses: ankane/setup-postgres@v1
10
with:
11
database: pgvector_d_test
12
dev-files: true
13
- run: |
14
cd /tmp
15
- git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
+ git clone --branch v0.8.2 https://github.com/pgvector/pgvector.git
16
cd pgvector
17
make
18
sudo make install
0 commit comments