We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5968744 commit 70a7320Copy full SHA for 70a7320
.github/workflows/ci.yml
@@ -587,23 +587,6 @@ jobs:
587
shell: bash
588
run: ls -R ./build/dist
589
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
600
- if [ -d ./build/dist/ffmpeg/share ]; then
601
- rm -f -r ./build/dist/ffmpeg/share
602
603
- if [ -d ./build/dist/ffmpeg/lib/cmake ]; then
604
- rm -f -r ./build/dist/ffmpeg/lib/cmake
605
606
-
607
- name: Create Archives
608
609
run: |
0 commit comments