Skip to content

Commit

Permalink
ci: Explicitly specify x64 MSBuild
Browse files Browse the repository at this point in the history
CI builds are currently failing due to x86 host tools getting selected
for x64 targets.
  • Loading branch information
trungnt2910 committed Nov 17, 2024
1 parent 28a15d8 commit 67a93ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64

- name: Build
run: |
Expand Down

0 comments on commit 67a93ae

Please sign in to comment.