1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

use correct workflow dependent key (#72)

This commit is contained in:
Lars Melchior 2021-01-20 19:11:38 +01:00 committed by GitHub
parent bd2b4aba5f
commit dd055e846c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

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

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/cache@v2 - uses: actions/cache@v2
with: with:
path: "**/cpm_modules" 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 - name: build and install library
run: | run: |

View file

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

View file

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

View file

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

View file

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

View file

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