Skip to content

Commit

Permalink
build: do not print tar command on windows for every dependency
Browse files Browse the repository at this point in the history
Currently the Windows job prints the `tar` command when extracting a
dependency, for every individual package.
devversion authored and alan-agius4 committed Jan 29, 2025
1 parent 832bfff commit 6a6ecee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/tar_system.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@ECHO OFF

if exist "C:\Program Files\Git\bin\bash.exe" (
set "BASH=C:\Program Files\Git\bin\bash.exe"
)

0 comments on commit 6a6ecee

Please sign in to comment.