Skip to content

meta: remove `build-windows.yml`

Rodrigo Muino Tomonari requested to merge github/fork/RedYetiDev/patch-117 into main

All the actions done in build-windows.yml are also done in coverage-windows.yml, this means that the separate building of windows in this action is redundant.

https://github.com/nodejs/node/blob/2bfc9e467cb05578efa4d3db497f368fb144e5fc/.github/workflows/coverage-windows.yml#L46-L58

is the same as

https://github.com/nodejs/node/blob/2bfc9e467cb05578efa4d3db497f368fb144e5fc/.github/workflows/build-windows.yml#L41-L53

Merge request reports

Loading