Skip to content

Commit

Permalink
Refs fibercrypto#342, passing the real tharget path to the tree command
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Dec 5, 2019
1 parent 7cd1f27 commit d9e5822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/install-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $msys2 pacman -Sy --noconfirm mingw-w64-x86_64-clang
set -e && echo "If u got error"

# debug the fylesystem structure on travis
$msys2 tree -L 3 --filelimit 100
$msys2 tree -L 3 --filelimit 100 /c/tools/

echo "Successfully installed all tools"

Expand Down

0 comments on commit d9e5822

Please sign in to comment.