Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Feb 10, 2025
1 parent c4da6ca commit 18e8b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ jobs:
- name: Unpack the second latest SDK
run: |
unzip second_latest_lib3mf_sdk.zip -d second_latest_lib3mf_sdk
mv second_latest_lib3mf_sdk/lib3mf_sdk/* second_latest_lib3mf_sdk
rmdir second_latest_lib3mf_sdk/lib3mf_sdk
- name: Download and unzip test suite
run: |
Expand Down Expand Up @@ -726,7 +728,6 @@ jobs:
- name: Build and run CppDynamic with second latest SDK
run: |
ls -lR
sh second_latest_lib3mf_sdk/Examples/CppDynamic/GenerateMake.sh
cd second_latest_lib3mf_sdk/Examples/CppDynamic/build
cmake --build .
Expand Down

0 comments on commit 18e8b57

Please sign in to comment.