From 00453e3a118182c37c77ec9a909dc7ab21b3d285 Mon Sep 17 00:00:00 2001 From: goat <16760685+goaaats@users.noreply.github.com> Date: Thu, 18 Nov 2021 15:18:14 +0100 Subject: [PATCH] Revert "ci: use setup-msbuild@1.1" This reverts commit cc858e2afd1b0484b1271b70e535b6fc45f81153. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cf7d84411..10347722c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: with: submodules: recursive - name: Setup MSBuild - uses: microsoft/setup-msbuild@v1.1 + uses: microsoft/setup-msbuild@v1.0.2 env: MSBuildEnableWorkloadResolver: true - name: Define VERSION