mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 21:55:30 -04:00
cleanup
This commit is contained in:
parent
28d7a75b31
commit
d84ece457b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/github_actions.yml
vendored
3
.github/workflows/github_actions.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue