From f1e4c12e0e6349c68c462071553d885e74235024 Mon Sep 17 00:00:00 2001 From: Vijai Kumar S Date: Wed, 4 Dec 2024 00:12:23 +0100 Subject: [PATCH] Check if other workflows in windows deployment work normally --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91c04e9b..d9e15bc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -424,12 +424,12 @@ jobs: - name: Unpack the SDK run: | unzip lib3mf_sdk.zip/lib3mf_sdk.zip - - name: Build CppDynamic - run: | - ./Examples/CppDynamic/GenerateVS2019.bat - cd Examples/CppDynamic/build - cmake --build . --config Release - ./Release/Example_ExtractInfo.exe ../../Files/Helix.3mf + # - name: Build CppDynamic + # run: | + # ./Examples/CppDynamic/GenerateVS2019.bat + # cd Examples/CppDynamic/build + # cmake --build . --config Release + # ./Release/Example_ExtractInfo.exe ../../Files/Helix.3mf - name: Build Cpp run: | ./Examples/Cpp/GenerateVS2019.bat