mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
fetch external tarballs
This commit is contained in:
parent
d36d2f95e5
commit
7487c285df
2 changed files with 8 additions and 0 deletions
5
.github/workflows/github_actions.yml
vendored
5
.github/workflows/github_actions.yml
vendored
|
|
@ -522,6 +522,11 @@ jobs:
|
|||
if: steps.setup-cache.outputs.cache-hit == 'true'
|
||||
run: |
|
||||
./travis/cache_fetch.sh
|
||||
- name: get external files
|
||||
if: steps.setup-cache.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
mkdir -p ~/cache
|
||||
NWCHEM_TOP=$(pwd) ./contrib/getfiles.nwchem ~/cache
|
||||
- name: compile
|
||||
id: compile
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue