ci: Limit parallel linking on Windows CI

Georges Basile Stavracas Neto requested to merge gbsneto/windows-ci-linker into main

Linking on Windows can easily run out of memory, and limiting it to a single link operation (i.e. disabling parallelization) should be enough to avoid this problem.

Merge request reports