Skip to content

Commit

Permalink
Disable SDK's dynamic example in OSX alone
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Aug 5, 2024
1 parent e90a45c commit 1363d15
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,13 @@ jobs:
- name: Unpack the SDK
run: |
unzip lib3mf_sdk.zip/lib3mf_sdk.zip
- name: Build CppDynamic
run: |
sh Examples/CppDynamic/GenerateMake.sh
cd Examples/CppDynamic/build
cmake --build .
ls -al
./Example_ExtractInfo ../../Files/Helix.3mf
# - name: Build CppDynamic
# run: |
# sh Examples/CppDynamic/GenerateMake.sh
# cd Examples/CppDynamic/build
# cmake --build .
# ls -al
# ./Example_ExtractInfo ../../Files/Helix.3mf
- name: Build Cpp
run: |
sh Examples/Cpp/GenerateMake.sh
Expand Down

0 comments on commit 1363d15

Please sign in to comment.