From f62c7f3f8e2e458066e487f3f48e54d0d73e12e2 Mon Sep 17 00:00:00 2001 From: DavidHuber Date: Mon, 20 Nov 2023 15:50:52 +0000 Subject: [PATCH] Update cache version. --- .github/workflows/intel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/intel.yml b/.github/workflows/intel.yml index 1df68389..332ca4c8 100644 --- a/.github/workflows/intel.yml +++ b/.github/workflows/intel.yml @@ -9,7 +9,7 @@ defaults: # Set I_MPI_CC/F90 so Intel MPI wrapper uses icc/ifort instead of gcc/gfortran env: - cache_key: intel5 # The number (#) following the cache_key "intel" is to flush Action cache. + cache_key: intel6 # The number (#) following the cache_key "intel" is to flush Action cache. CC: icc FC: ifort CXX: icpc