Skip to content

Commit

Permalink
debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Dec 17, 2023
1 parent 52af21a commit 75cf07a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -e

if [ "$OS" = "Windows_NT" ]; then
pwsh -command 'type install.ps1 | iex'
DEBUG=1 pwsh -command 'type install.ps1 | iex'
else
cat install.sh | sh
cat install.sh | DEBUG=1 sh
fi

typst --version
Expand Down

0 comments on commit 75cf07a

Please sign in to comment.