mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
travis: Use the cache.
This commit is contained in:
parent
48fdabdcda
commit
bc8d40aa88
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue