There was an error while loading. Please reload this page.
1 parent b66cfd7 commit fca0ae7Copy full SHA for fca0ae7
1 file changed
build.sh
@@ -60,7 +60,7 @@ rm -f "$DEFAULT_PROFILE.bak"
60
61
if [[ ! -d $BUILD_DIR ]]; then
62
echo -e "${BLUE}==== install required dependencies ====${NC}"
63
- conan install . --output-folder="$BUILD_DIR" --build="missing" --settings=build_type="$BUILD_TYPE"
+ conan install . --output-folder="$BUILD_DIR" --build="*" --settings=build_type="$BUILD_TYPE"
64
fi
65
66
pushd "$BUILD_DIR"
0 commit comments