Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Set msbuild architecture to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
insolor committed Jul 18, 2023
1 parent 08cd71f commit 17218a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
with:
msbuild-architecture: x64
vs-prerelease: true

# Force xmake to a specific folder (for cache)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
with:
msbuild-architecture: x64
vs-prerelease: true

# Force xmake to a specific folder (for cache)
Expand Down

0 comments on commit 17218a5

Please sign in to comment.