From c2d7e4dca62699115cbc0f29af59daf82946448e Mon Sep 17 00:00:00 2001 From: simon-wh Date: Wed, 16 Oct 2024 15:34:03 +0200 Subject: [PATCH] Update setup-msbuild --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b12fb21..ead91a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: # This is set specifically to windows prefix so it only runs on the GH Actions runner and not our own - name: Add MSBuild to PATH (Windows) if: startsWith(matrix.os, 'windows') - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v2 - name: Install dependencies uses: ConorMacBride/install-package@v1