Update apple_m.yml
This commit is contained in:
parent
648347acc7
commit
fdfc642afd
|
@ -63,7 +63,7 @@ jobs:
|
||||||
key: ccache-${{ runner.os }}-${{ matrix.build }}-${{ matrix.fortran }}-${{ github.ref }}-${{ github.sha }}
|
key: ccache-${{ runner.os }}-${{ matrix.build }}-${{ matrix.fortran }}-${{ github.ref }}-${{ github.sha }}
|
||||||
# Restore a matching ccache cache entry. Prefer same branch and same Fortran compiler.
|
# Restore a matching ccache cache entry. Prefer same branch and same Fortran compiler.
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
ccache-${{ runner.os }}-${{ matrix.build }}-${{{matrix.fortran }}-${{ github.ref }}
|
ccache-${{ runner.os }}-${{ matrix.build }}-${{matrix.fortran }}-${{ github.ref }}
|
||||||
ccache-${{ runner.os }}-${{ matrix.build }}
|
ccache-${{ runner.os }}-${{ matrix.build }}
|
||||||
|
|
||||||
- name: Configure ccache
|
- name: Configure ccache
|
||||||
|
|
Loading…
Reference in New Issue