diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5969753f..1fec7425 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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%