clear cgal cache

This commit is contained in:
Andrej730
2025-10-30 19:20:37 +05:00
parent 2e71e002fc
commit e9d003c22f
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Unpack Dependencies
run: |
rm -rf ./build/*/*/*/install/gmp* ./build/*/*/*/install/cgal* ./build/*/*/*/install/mpfr*
rm -rf ./build/*/*/*/install/*gmp* ./build/*/*/*/install/*cgal*
install_root=$(find ./build -maxdepth 4 -type d -name install 2>/dev/null | head -n 1 || true)
[ -n "$install_root" ] && find "$install_root" -type f -name 'cache-*.tar.gz' -maxdepth 1 -exec tar -xzf {} -C "$install_root" \; || true