Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit 5806649

Browse files
committed
Windows: disable incremental linking
1 parent 04b6b00 commit 5806649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
copy "%SDKROOT%\usr\share\visualc.apinotes" "%VCToolsInstallDir%\include\visualc.apinotes"
3737
copy "%SDKROOT%\usr\share\winsdk.modulemap" "%UniversalCRTSdkDir%\Include\%UCRTVersion%\um\module.modulemap"
3838
- name: Build
39-
run: swift build -c release --enable-test-discovery
39+
run: swift build -c release --enable-test-discovery -Xlinker /INCREMENTAL:NO
4040
- name: Archive production artifacts
4141
uses: actions/upload-artifact@v2
4242
with:

0 commit comments

Comments
 (0)