Skip to content

Commit 40eb668

Browse files
committed
fix: add BLAS_INCLUDE_DIRS env var for whisper-rs-sys build
1 parent 7922e74 commit 40eb668

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
glslang-tools
6262
6363
- name: Build release binary
64+
env:
65+
BLAS_INCLUDE_DIRS: /usr/include/x86_64-linux-gnu
66+
OPENBLAS_PATH: /usr
6467
run: cargo build --release --verbose
6568

6669
- name: Run tests

0 commit comments

Comments
 (0)