Skip to content

Fixed CI

Fixed CI #6

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: erlef/setup-beam@v1
with:
otp-version: 28
rebar3-version: 3.25
- uses: ankane/setup-postgres@v1
with:
database: pgvector_erlang_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: rebar3 escriptize
- run: _build/default/bin/example