Skip to content

Commit

Permalink
disable one more
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Aug 5, 2024
1 parent 1363d15 commit f21ce20
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 @@ -472,12 +472,12 @@ jobs:
# cmake --build .
# ls -al
# ./Example_ExtractInfo ../../Files/Helix.3mf
- name: Build Cpp
run: |
sh Examples/Cpp/GenerateMake.sh
cd Examples/Cpp/build
cmake --build .
./Example_ExtractInfo ../../Files/Helix.3mf
# - name: Build Cpp
# run: |
# sh Examples/Cpp/GenerateMake.sh
# cd Examples/Cpp/build
# cmake --build .
# ./Example_ExtractInfo ../../Files/Helix.3mf
- name: Python Bindings
run: |
python Examples/Python/extract_info.py Examples/Files/Helix.3mf
Expand Down

0 comments on commit f21ce20

Please sign in to comment.