Skip to content

Commit

Permalink
Disable incremental linking for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper authored Aug 12, 2024
1 parent 010e3d4 commit d06d115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: |
msbuild /m /p:Configuration=${{ matrix.build-type }} Build/AssetConverter.sln
msbuild /m /p:LinkIncremental=false /p:Configuration=${{ matrix.build-type }} Build/AssetConverter.sln
- name: Upload AssetConverter artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit d06d115

Please sign in to comment.