fetch external tarballs

This commit is contained in:
edoapra 2024-10-04 17:45:18 -07:00
parent d36d2f95e5
commit 7487c285df
No known key found for this signature in database
GPG key ID: 33F48038CA2EB0AD
2 changed files with 8 additions and 0 deletions

View file

@ -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: |