File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5353 id : pybind11_cache
5454 with :
5555 path : /tmp/pybind11
56- key : pybind11_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('**/lockfiles ') }}
56+ key : pybind11_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('.github/workflows/*.yml ') }}
5757
5858 - name : Build and install pybind11
5959 if : steps.pybind11_cache.outputs.cache-hit != 'true'
8080 uses : actions/cache@v2
8181 with :
8282 path : .ccache
83- key : ccache_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('**/lockfiles ') }}
83+ key : ccache_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('.github/workflows/*.yml ') }}
8484
8585 - name : Build
8686 env :
Original file line number Diff line number Diff line change 5353 id : pybind11_cache
5454 with :
5555 path : /tmp/pybind11
56- key : pybind11_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('**/lockfiles ') }}
56+ key : pybind11_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('.github/workflows/*.yml ') }}
5757
5858 - name : Build and install pybind11
5959 if : steps.pybind11_cache.outputs.cache-hit != 'true'
8080 uses : actions/cache@v2
8181 with :
8282 path : .ccache
83- key : ccache_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('**/lockfiles ') }}
83+ key : ccache_${{ env.GIT_BRANCH }}_${{ matrix.os }}_${{ hashFiles('.github/workflows/*.yml ') }}
8484
8585 - name : Build
8686 env :
You can’t perform that action at this time.
0 commit comments