diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf1bfee1db..90e3831e7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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