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