Skip to content

Commit

Permalink
rename and fix reference to removed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jan 31, 2024
1 parent 218e530 commit 7c88437
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/apple_m.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: continuous build
name: apple m

on: [push, pull_request]

Expand Down Expand Up @@ -60,8 +60,7 @@ jobs:
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-keys: |
ccache-${{ runner.os }}-${{ matrix.build }}-${{ matrix.fortran }}-${{ github.ref }}
ccache-${{ runner.os }}-${{ matrix.build }}-${{ matrix.fortran }}
ccache-${{ runner.os }}-${{ matrix.build }}-${{ github.ref }}
ccache-${{ runner.os }}-${{ matrix.build }}
- name: Configure ccache
Expand Down

0 comments on commit 7c88437

Please sign in to comment.