Browse Source

rename and fix reference to removed variable

pull/4469/head
Martin Kroeker GitHub 2 years ago
parent
commit
7c88437070
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      .github/workflows/apple_m.yml

+ 2
- 3
.github/workflows/apple_m.yml View File

@@ -1,4 +1,4 @@
name: continuous build
name: apple m

on: [push, pull_request]

@@ -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


Loading…
Cancel
Save