Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
theswamis committed May 1, 2024
1 parent 9db67f4 commit 1262b86
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/rubyonrails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,6 @@ jobs:
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
with:
bundler-cache: true
# Add or replace database setup steps here

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y postgresql-server-dev-16 git make gcc
- name: Clone pgvector
run: git clone https://github.com/pgvector/pgvector.git

- name: Build and install pgvector
run: |
cd pgvector
make
sudo make install

- name: Configure PostgreSQL and Create pgvector Extension
run: |
Expand Down

0 comments on commit 1262b86

Please sign in to comment.