From d84ece457bd6c95ffbc62f43aebacccc3ea6e85a Mon Sep 17 00:00:00 2001 From: edoapra Date: Wed, 26 May 2021 15:42:26 -0700 Subject: [PATCH] cleanup --- .github/workflows/github_actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 5490a93027..79a08b407b 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -192,8 +192,7 @@ jobs: if: steps.setup-cache.outputs.cache-hit == 'true' run: | ls -Rla ~/cache - [ -d ~/cache/libext ] && mkdir -p ~/cache/libext/mpich/mpich && \ - rsync -av ~/cache/libext/* src/libext/. + [ -d ~/cache/libext ] && rsync -av ~/cache/libext/* src/libext/. [ -d ~/cache/simint/simint_install/lib ] && \ mkdir -p src/NWints/simint/libsimint_source/simint_install && \ rsync -av ~/cache/simint/simint_install/* src/NWints/simint/libsimint_source/simint_install/. || true