Skip to content

Commit fa20cf1

Browse files
Avoid installing unused vcpkg dependencies (#2841)
Currently, df_vulkan does not run in CI on Windows (needs a Vulkan driver with a hardware or software device). No need to install unused vcpkg dependencies, in particular the Vulkan SDK.
1 parent 1c461ed commit fa20cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: Install MDL SDK
179179
if: env.IS_EXTENDED_BUILD == 'true' && matrix.extended_build_mdl_sdk == 'ON' && runner.os == 'Windows'
180180
run: |
181-
C:/vcpkg/vcpkg install mdl-sdk[dds,df-vulkan,openimageio] --triplet=x64-windows-release
181+
C:/vcpkg/vcpkg install mdl-sdk --triplet=x64-windows-release
182182
Add-Content $env:GITHUB_PATH "C:/vcpkg/installed/x64-windows-release/bin"
183183
184184
- name: Install Python ${{ matrix.python }}

0 commit comments

Comments
 (0)