Update sub_buildWindows.yml

updated microsoft/setup-msbuild@ to version 2
fix deprecation warning
This commit is contained in:
mosfet80
2024-03-16 12:16:22 +01:00
committed by Chris Hennes
parent e99ee08514
commit ec52afd572

View File

@@ -122,7 +122,7 @@ jobs:
-DFREECAD_COPY_LIBPACK_BIN_TO_BUILD=OFF
-DFREECAD_COPY_PLUGINS_BIN_TO_BUILD=ON
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
- name: Compiling sources
run: |
cd $env:builddir