Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro committed May 21, 2024
1 parent 1d414bf commit 455bbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ jobs:
- name: Clean up latest SDK binaries
run: |
find test_suites -maxdepth 1 ! -name 'integration_test.py' ! -name 'latest_sdk_test.log' -exec rm -rf {} +
find test_suites -maxdepth 1 -type f ! -name 'integration_test.py' ! -name 'latest_sdk_test.log' ! -name 'second_latest_sdk_test.log' -exec rm -rf {} +
- name: Build and run CppDynamic with second latest SDK
run: |
Expand Down

0 comments on commit 455bbdb

Please sign in to comment.