Skip to content

Commit cf09bf2

Browse files
committed
build/Packagesも消し飛ばす
1 parent 3929bc6 commit cf09bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ jobs:
506506
- name: Remove known unnecessary files
507507
if: steps.cache-build-result.outputs.cache-hit != 'true' && env.TARGET_LIBRARY == 'onnxruntime'
508508
run: |
509+
find ./build -maxdepth 1 -name Packages -print -exec rm -r {} +
509510
find ./build/Release -maxdepth 1 '(' -name _deps -o -name testdata ')' -print -exec rm -r {} +
510511
find ./build/Release -maxdepth 1 '(' -name '*.a' -o -name '*.lib' -not -name onnxruntime.lib ')' -print -delete
511512
find ./build/Release/CMakeFiles -mindepth 1 -maxdepth 1 -not -name Export -print -exec rm -r {} +

0 commit comments

Comments
 (0)