Skip to content

Commit

Permalink
Fix warning in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GPSnoopy committed Apr 11, 2024
1 parent 473aedc commit 1079423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# (originally at https://github.com/warrenbuckley/Setup-MSBuild, later on adopted by Microsoft themselves).
# Comedy bonus: GitHub is now owned by Microsoft.
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v2
- name: Compile raytracer
run: |
set VULKAN_SDK=C:\VulkanSDK\%SDK_VERSION%
Expand Down

0 comments on commit 1079423

Please sign in to comment.