Skip to content

Commit 19befde

Browse files
committed
build: do not print tar command on windows for every dependency
Currently the Windows job prints the `tar` command when extracting a dependency, for every individual package.
1 parent 832bfff commit 19befde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/tar_system.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@ECHO OFF
2+
13
if exist "C:\Program Files\Git\bin\bash.exe" (
24
set "BASH=C:\Program Files\Git\bin\bash.exe"
35
)

0 commit comments

Comments
 (0)