Skip to content

Commit

Permalink
Revert "Drop architecture spec from setup-msbuild GitHub action"
Browse files Browse the repository at this point in the history
This reverts commit 93df291.

Fixed in microsoft/setup-msbuild#104
  • Loading branch information
kcgen committed Dec 14, 2022
1 parent f1480f6 commit 08bc11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.3
with:
vs-prerelease: true
msbuild-architecture: ${{ matrix.conf.arch }}

- name: Integrate packages
shell: pwsh
Expand Down Expand Up @@ -134,6 +135,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.3
with:
vs-prerelease: true
msbuild-architecture: ${{ matrix.conf.arch }}

- name: Integrate packages
shell: pwsh
Expand Down

0 comments on commit 08bc11e

Please sign in to comment.