Skip to content

Commit

Permalink
GHA: Use x64 host with msbuild
Browse files Browse the repository at this point in the history
Fixes build failures with

LINK : fatal error LNK1210: exceeded internal ILK size limit; link with /INCREMENTAL:NO [D:\a\poedit\poedit\Poedit.vcxproj]
  • Loading branch information
vslavik committed Jun 15, 2024
1 parent 2d4c097 commit 2e611eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
- name: Deepen git history
run: git fetch --deepen=100000 --filter=blob:none origin ${{ github.ref }}
- uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64
- uses: nuget/setup-nuget@v2
- name: Restore NuGet packages
run: nuget restore Poedit.sln
Expand Down

0 comments on commit 2e611eb

Please sign in to comment.