caching intel install on macos

This commit is contained in:
edoapra 2021-06-23 16:12:38 -07:00
parent 361b4565fc
commit 2c44708ced
No known key found for this signature in database
GPG key ID: 472C4EBB4F3AEDFA
2 changed files with 11 additions and 1 deletions

View file

@ -198,6 +198,12 @@ jobs:
~/cache
~/apps
key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-simd${{ steps.get-simd.outputs.simd }}-nwchemcache-v007
- 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