mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-29 06:35:39 -04:00
remove cache apps
This commit is contained in:
parent
d4dbd71576
commit
060c5a4f47
1 changed files with 0 additions and 7 deletions
7
.github/workflows/github_actions.yml
vendored
7
.github/workflows/github_actions.yml
vendored
|
|
@ -368,14 +368,7 @@ jobs:
|
|||
with:
|
||||
path: |
|
||||
~/cache
|
||||
~/apps
|
||||
key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-blas_size${{ matrix.blas_size}}-libxc${{matrix.use_libxc}}-tblite${{matrix.use_tblite}}-simd${{ env.simd }}-nwchemcache-v003
|
||||
- name: fetch apps cache
|
||||
if: steps.setup-cache.outputs.cache-hit == 'true'
|
||||
run: |
|
||||
if [[ -f ~/apps/oneapi/setvars.sh ]]; then \
|
||||
echo "apps oneapi cache fetched" ; \
|
||||
export GOT_APPSCACHE="Y" ; fi
|
||||
- name: build environment
|
||||
run: |
|
||||
pwd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue