Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit ca92aa1

Browse files
committed
Fix CI error
1 parent a71fc28 commit ca92aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ install:
5757
script:
5858
# download all
5959
- build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose --fwd HUNTER_RUN_INSTALL=ON
60-
# if run generate again, no download needed
61-
- build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose
60+
# if run generate again, no download needed (clear since argument HUNTER_RUN_INSTALL missing)
61+
- build.py --toolchain ${TOOLCHAIN} --config ${CONFIG} --verbose --clear

0 commit comments

Comments
 (0)