Skip to content

Commit

Permalink
Check if other workflows in windows deployment work normally
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Dec 3, 2024
1 parent ef45abf commit f1e4c12
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1e4c12

Please sign in to comment.