From 060c5a4f473073c52fa33c95fdf38919805bcccd Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 28 Feb 2023 22:35:27 -0800 Subject: [PATCH] remove cache apps --- .github/workflows/github_actions.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index a306e7f4d8..873e4992f5 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -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