From 7c884370709dcac3f5eaa0bfd8f6052b2c38cb02 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 31 Jan 2024 18:38:40 +0100 Subject: [PATCH] rename and fix reference to removed variable --- .github/workflows/apple_m.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apple_m.yml b/.github/workflows/apple_m.yml index 0e7d9ee940..357073ef39 100644 --- a/.github/workflows/apple_m.yml +++ b/.github/workflows/apple_m.yml @@ -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