ci: quiet some log spam

This commit is contained in:
Eric Wasylishen 2021-09-12 14:35:28 -06:00
parent ac79487e4d
commit f284b96375
1 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@ fi
mkdir "$BUILD_DIR"
cd "$BUILD_DIR"
wget "$EMBREE_ZIP"
unzip "$EMBREE_ZIP_NAME"
wget -q "$EMBREE_ZIP"
unzip -q "$EMBREE_ZIP_NAME"
wget "$TBB_TGZ"
wget -q "$TBB_TGZ"
tar xf "$TBB_TGZ_NAME"
EMBREE_CMAKE_DIR="$(pwd)/$EMBREE_DIR_NAME/lib/cmake/embree-3.13.0"