1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

use unique key for each workflow

This commit is contained in:
Lars Melchior 2021-01-20 18:47:36 +01:00
parent b884fd6db2
commit 36b0b1fc6e
7 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@ jobs:
- uses: actions/cache@v2
with:
path: "**/cpm_modules"
key: ${{ runner.os }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
key: ${{ github.action }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
- name: configure
env: