Skip to content

Commit 299922c

Browse files
committed
fix(build): set VULKAN_SDK environment variable for Windows testing
1 parent 241d7a3 commit 299922c

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
@@ -512,6 +512,8 @@ jobs:
512512
if: matrix.name == 'windows'
513513
run: make test ${{ matrix.make && matrix.make || ''}}
514514
shell: msys2 {0}
515+
env:
516+
VULKAN_SDK: "C:/msys64/mingw64"
515517

516518
- name: test sqlite-ai
517519
if: matrix.name == 'linux' || matrix.name == 'macos'

0 commit comments

Comments
 (0)