mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-11 03:33:36 +00:00
travis: Use the cache.
This commit is contained in:
parent
48fdabdcda
commit
bc8d40aa88
|
@ -67,7 +67,7 @@ fi
|
|||
|
||||
# Install iverilog
|
||||
(
|
||||
if [ ! -e ~/.local/bin/iverilog ]; then
|
||||
if [ ! -e ~/.local-bin/bin/iverilog ]; then
|
||||
echo
|
||||
echo 'Building iverilog...' && echo -en 'travis_fold:start:before_install.iverilog\\r'
|
||||
echo
|
||||
|
|
Loading…
Reference in a new issue