Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 31, 2023
1 parent 44d8c18 commit 7f4da95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: build
on: [push, pull_request]
jobs:
build:
# nim package not available on ubuntu-22.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
Expand All @@ -16,5 +17,5 @@ jobs:
cd pgvector
make
sudo make install
- run: nimble install db_connector
- run: nimble -y install db_connector
- run: nim c --run example.nim

0 comments on commit 7f4da95

Please sign in to comment.