Skip to content

Commit 21c69a6

Browse files
authored
Merge pull request #1890 from tursodatabase/lucio/fix-extensions-ci
chore: ci install libblas
2 parents e10af22 + 7792c59 commit 21c69a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/extensions-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ jobs:
6868
- uses: hecrj/setup-rust-action@v2
6969
- name: Checkout repository
7070
uses: actions/checkout@v3
71+
- name: install libs
72+
run: |
73+
sudo apt install libblas-dev liblapack-dev
7174
- name: build libsql and ffi bindings
7275
run: |
7376
cargo xtask build-bundled

0 commit comments

Comments
 (0)