Skip to content

Commit

Permalink
chore: ci install libblas
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Dec 23, 2024
1 parent e10af22 commit ce3e0da
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
- name: build libsql and ffi bindings
run: |
cargo xtask build-bundled
Expand Down

0 comments on commit ce3e0da

Please sign in to comment.