Skip to content

Commit

Permalink
Merge pull request #1890 from tursodatabase/lucio/fix-extensions-ci
Browse files Browse the repository at this point in the history
chore: ci install libblas
  • Loading branch information
LucioFranco authored Dec 23, 2024
2 parents e10af22 + 7792c59 commit 21c69a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/extensions-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
- uses: hecrj/setup-rust-action@v2
- name: Checkout repository
uses: actions/checkout@v3
- name: install libs
run: |
sudo apt install libblas-dev liblapack-dev
- name: build libsql and ffi bindings
run: |
cargo xtask build-bundled
Expand Down

0 comments on commit 21c69a6

Please sign in to comment.