Skip to content

Commit

Permalink
Try to fix Windows CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GPSnoopy committed Dec 25, 2023
1 parent 0811cb3 commit 2a84be6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: .\vulkan_sdk.exe --accept-licenses --default-answer --confirm-command install
shell: cmd
- name: Compile vcpkg dependencies
run: vcpkg_windows.bat
run: |
set VULKAN_SDK=C:\VulkanSDK\%SDK_VERSION%
vcpkg_windows.bat
shell: cmd
# This is where GitHub actions on Windows get really nonsensical.
# MSBuild is not on the path by default, despite this running on a Windows / Visual Studio 2019 docker image.
Expand Down

0 comments on commit 2a84be6

Please sign in to comment.