Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 7bff7bd

Browse files
committed
Silenced 'unzip' tool by adding '-q' flag.
Signed-off-by: Timor Gruber <timor.gruber@gmail.com>
1 parent 01eaf98 commit 7bff7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
{
2323
$arduino_sdk_uri = "https://downloads.arduino.cc/$sdk_file"
2424
wget "$arduino_sdk_uri" -O "$sdk_file"
25-
unzip "$sdk_file" -d "arduino-sdk"
25+
unzip -q "$sdk_file" -d "arduino-sdk"
2626
}
2727
- ps: $env:ARDUINO_SDK_PATH = ($env:ARDUINO_SDK_PATH -replace "\\","/")
2828
- ps: $env:Path += ";$env:MINGW_PATH"

0 commit comments

Comments
 (0)