Skip to content

Commit 7bcc602

Browse files
committed
Add debugging for asymptote on Windows.
1 parent c7f1f48 commit 7bcc602

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,13 @@ jobs:
123123
dot -c
124124
125125
choco install --yes --no-progress gnuplot
126+
gnuplot --version
127+
126128
choco install --yes --no-progress asymptote
129+
refreshenv
130+
asy -version
131+
asy -environment
132+
127133
choco install --yes --no-progress plantuml
128134
plantuml -h
129135

0 commit comments

Comments
 (0)