Skip to content

Commit

Permalink
Updated pgvector on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 2, 2024
1 parent 99769b8 commit 2648ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
- uses: actions/checkout@v4
- run: |
cd /tmp
wget -q https://nim-lang.org/download/nim-2.0.2-linux_x64.tar.xz
tar xf nim-2.0.2-linux_x64.tar.xz
echo "/tmp/nim-2.0.2/bin" >> $GITHUB_PATH
wget -q https://nim-lang.org/download/nim-2.0.4-linux_x64.tar.xz
tar xf nim-2.0.4-linux_x64.tar.xz
echo "/tmp/nim-2.0.4/bin" >> $GITHUB_PATH
- uses: ankane/setup-postgres@v1
with:
database: pgvector_nim_test
dev-files: true
- run: |
cd /tmp
git clone --branch v0.6.0 https://github.com/pgvector/pgvector.git
git clone --branch v0.7.0 https://github.com/pgvector/pgvector.git
cd pgvector
make
sudo make install
Expand Down

0 comments on commit 2648ffd

Please sign in to comment.