Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Apr 12, 2022
1 parent b8b9b1f commit 4524b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
path: |
~/cache
~/apps
key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-libxc${{matrix.use_libxc}}-tblite${{matrix.use_tblite)-simd${{ steps.get-simd.outputs.simd }}-nwchemcache-v001
key: ${{ matrix.os }}-${{ matrix.mpi_impl}}-${{ matrix.fc}}-xcode${{ matrix.xcode_version}}-simint${{ matrix.use_simint}}-blas${{ matrix.blas}}-libxc${{matrix.use_libxc}}-tblite${{matrix.use_tblite}}-simd${{ steps.get-simd.outputs.simd }}-nwchemcache-v001
- name: fetch apps cache
if: steps.setup-cache.outputs.cache-hit == 'true'
run: |
Expand Down

0 comments on commit 4524b64

Please sign in to comment.