Skip to content

Commit

Permalink
Fix the issue in 2 integration test workflows. Only 1 must fail now
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed Jul 9, 2024
1 parent 479d797 commit 3770943
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,8 @@ jobs:
- name: Unpack the SDK
run: |
unzip latest_lib3mf_sdk.zip -d lib3mf_sdk
mv lib3mf_sdk/lib3mf_sdk/* lib3mf_sdk/
rmdir lib3mf_sdk/lib3mf_sdk
- name: Build CppDynamic
run: |
Expand Down Expand Up @@ -837,6 +839,7 @@ jobs:
run: |
unzip lib3mf_sdk.zip/lib3mf_sdk.zip -d latest_commit_lib3mf_sdk && ls -al
- name: Build CppDynamic with latest commit SDK
run: |
sh latest_commit_lib3mf_sdk/Examples/CppDynamic/GenerateMake.sh
Expand Down Expand Up @@ -879,6 +882,8 @@ jobs:
- name: Unpack the SDK from latest release
run: |
unzip latest_release_lib3mf_sdk.zip -d latest_release_lib3mf_sdk
mv latest_release_lib3mf_sdk/lib3mf_sdk/* latest_release_lib3mf_sdk/
rmdir latest_release_lib3mf_sdk/lib3mf_sdk/
- name: Build CppDynamic with latest release SDK
run: |
Expand Down

0 comments on commit 3770943

Please sign in to comment.