Skip to content

Commit a0720c7

Browse files
committed
fix(ci): set BLAS_INCLUDE_DIRS for whisper-rs-sys in Arch workflow
1 parent 10c678e commit a0720c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux_packages_arch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
export LIBCLANG_PATH=/usr/lib
152152
export CARGO_LOG=cargo::core::compiler::fingerprint=info
153153
export RUST_BACKTRACE=1
154+
export BLAS_INCLUDE_DIRS=/usr/include
154155
155156
# Build with Cargo directly
156157
# Note: We skip Tauri CLI bundling (which creates AppImage/deb/rpm) because

0 commit comments

Comments
 (0)