repair cache key

This commit is contained in:
hyuraku 2021-04-02 00:25:33 +09:00
parent 603c607d58
commit c0dc5cae68

View File

@ -216,7 +216,7 @@ jobs:
uses: actions/cache@v1
with:
path: /tmp/parallel_runtime_rspec.log
key: ${{ runner.os }}-parallel_runtime_rspec-${{ hashFiles('**/parallel_runtime_rspec.log') }}
key: ${{ runner.os }}-parallel_runtime_rspec.log
restore-keys: ${{ runner.os }}-parallel_runtime_rspec.log
test-default-formula-linux: