Skip to content

Commit 6a6ecee

Browse files
devversionalan-agius4
authored andcommitted
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 6a6ecee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/tar_system.bat

+2
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)