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