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

use correct workflow dependent key

This commit is contained in:
Lars Melchior 2021-01-20 19:08:16 +01:00
parent bd2b4aba5f
commit cbe0bc419b
7 changed files with 7 additions and 7 deletions

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/cache@v2
with:
path: "**/cpm_modules"
key: ${{ github.action }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
- name: build and install library
run: |