Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: don't share cache between C compilers
The "Cache cabal files"-step would restore a cache from a key that does not include the C compiler, which means e.g. Clang could restore stuff built by GCC. Also, the `restore-keys` key didn't even include the GHC version. This meant that -- in case of a cache miss for `key` -- a cache built by one GHC version could be pulled for a CI run for another GHC version.
- Loading branch information