diff options
| author | Andre Weissflog <floooh@gmail.com> | 2026-01-19 19:19:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-19 19:19:18 +0100 |
| commit | b7fd45d2e361489005dfe15fd07f7016b8661afb (patch) | |
| tree | 4b1dc5a5e66f1dcb78af84828b26c9807580449e /.github/workflows/gen_bindings.yml | |
| parent | 486d19da7c0e4fd20274ac5ec4e2f0fee358830c (diff) | |
| parent | 733bfca96b074814f8148f41f7764aec70f43d77 (diff) | |
Merge pull request #1417 from floooh/vulkan-windows
Enable experimental vulkan backend on Windows
Diffstat (limited to '.github/workflows/gen_bindings.yml')
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index ffe6de65..f9a0a68d 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -7,6 +7,12 @@ jobs: runs-on: windows-latest steps: - uses: actions/checkout@main + - name: prepare vulkan sdk + uses: humbletim/setup-vulkan-sdk@main + with: + vulkan-query-version: 1.4.335.0 + vulkan-components: Vulkan-Headers, Vulkan-Loader + vulkan-use-cache: true - name: test_win run: | cd tests |