We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e10af22 + 7792c59 commit 21c69a6Copy full SHA for 21c69a6
1 file changed
.github/workflows/extensions-test.yml
@@ -68,6 +68,9 @@ jobs:
68
- uses: hecrj/setup-rust-action@v2
69
- name: Checkout repository
70
uses: actions/checkout@v3
71
+ - name: install libs
72
+ run: |
73
+ sudo apt install libblas-dev liblapack-dev
74
- name: build libsql and ffi bindings
75
run: |
76
cargo xtask build-bundled
0 commit comments