We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927dadb commit af6a1f5Copy full SHA for af6a1f5
1 file changed
.github/workflows/build.yml
@@ -2,7 +2,6 @@ name: build
2
on: [push, pull_request]
3
jobs:
4
build:
5
- if: "!contains(github.event.head_commit.message, '[skip ci]')"
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
@@ -14,7 +13,7 @@ jobs:
14
13
- run: |
15
sudo apt-get update && sudo apt-get install postgresql-server-dev-13
16
cd /tmp
17
- git clone --branch v0.1.7 https://github.com/ankane/pgvector.git
+ git clone --branch v0.1.8 https://github.com/ankane/pgvector.git
18
cd pgvector
19
make
20
sudo make install
0 commit comments