Skip to content

First commit

First commit #1

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: sudo apt-get update && sudo apt-get install tcl
- uses: ankane/setup-postgres@v1
with:
database: pgvector_tcl_test
dev-files: true
- run: |
cd /tmp
git clone --branch v0.8.1 https://github.com/pgvector/pgvector.git
cd pgvector
make
sudo make install
- run: tclsh example.tcl