mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Increase ccache size.
This commit is contained in:
parent
5f5af650ce
commit
d7fe0bbc72
@ -102,7 +102,7 @@ jobs:
|
||||
key: ccache-{{ arch }}-
|
||||
- run:
|
||||
name: Configure ccache
|
||||
command: ccache -M 80M && ccache -c && ccache -s && ccache -z
|
||||
command: ccache -M 200M && ccache -c && ccache -s && ccache -z
|
||||
- run:
|
||||
name: Build
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user