From a7525e2a5191618a33f6bc68dd4ae2c3a4fb4e5f Mon Sep 17 00:00:00 2001 From: Kevin Hardy Date: Tue, 26 Mar 2024 21:49:02 +0900 Subject: [PATCH] Add Windows vulkan build to release.yml. Untested --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b636d1def40f..652ec7a38a43 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,6 +34,7 @@ jobs: - x86_64-manylinux2014-cuda122 - x86_64-manylinux2014-vulkan - x86_64-windows-msvc + - x86_64-windows-msvc-vulkan - x86_64-windows-msvc-cuda117 - x86_64-windows-msvc-cuda122 include: @@ -66,6 +67,12 @@ jobs: target: x86_64-pc-windows-msvc binary: x86_64-windows-msvc ext: .exe + - os: windows-latest + target: x86_64-pc-windows-msvc + binary: x86_64-windows-msvc-vulkan + ext: .exe + build_args: --features vulkan,prod-db + vulkan_sdk: '1.3.280.0' - os: windows-latest target: x86_64-pc-windows-msvc binary: x86_64-windows-msvc-cuda117