Skip to content

Commit 241d7a3

Browse files
committed
fix(build): set VULKAN_SDK environment variable for Windows build
1 parent 4cd00d9 commit 241d7a3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ jobs:
431431
if: matrix.name == 'windows'
432432
run: make extension ${{ matrix.make && matrix.make || ''}}
433433
shell: msys2 {0}
434+
env:
435+
VULKAN_SDK: "C:/msys64/mingw64"
434436

435437
- name: build sqlite-ai
436438
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)