diff --git a/.github/workflows/build_osx.yml b/.github/workflows/build_osx.yml index 30f9c1cfdd..51c867eabd 100644 --- a/.github/workflows/build_osx.yml +++ b/.github/workflows/build_osx.yml @@ -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