fix: ci compile cache

This commit is contained in:
gitpusha 2020-11-28 17:03:28 +01:00 committed by Twin Fish
parent b3600300fa
commit 9dcd94e3c2

View File

@ -20,7 +20,7 @@ jobs: # a collection of steps
- ./node_modules
- restore_cache: # restore hardhat compile cache
name: Restore Hardhat Compilation Cache
key: solidity-files-cache-{{ checksum "./cache/solidity-files-cache.json" }}
key: solidity-files-cache-
- run: # Compile
name: Compile
command: yarn compile