Skip to content

Commit 70a7320

Browse files
ci: remove cleanup step (#617)
1 parent 5968744 commit 70a7320

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -587,23 +587,6 @@ jobs:
587587
shell: bash
588588
run: ls -R ./build/dist
589589

590-
- name: Cleanup
591-
shell: bash
592-
run: |
593-
# Remove unnecessary files
594-
if [ -d ./build/dist/boost/share ]; then
595-
rm -f -r ./build/dist/boost/share
596-
fi
597-
if [ -d ./build/dist/boost/lib/cmake ]; then
598-
rm -f -r ./build/dist/boost/lib/cmake
599-
fi
600-
if [ -d ./build/dist/ffmpeg/share ]; then
601-
rm -f -r ./build/dist/ffmpeg/share
602-
fi
603-
if [ -d ./build/dist/ffmpeg/lib/cmake ]; then
604-
rm -f -r ./build/dist/ffmpeg/lib/cmake
605-
fi
606-
607590
- name: Create Archives
608591
shell: bash
609592
run: |

0 commit comments

Comments
 (0)