summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal J. Gajda <mjgajda@migamake.com>2023-09-14 06:07:45 +0200
committerMichal J. Gajda <mjgajda@migamake.com>2023-09-14 06:07:45 +0200
commit7bcc602e1e51f7fb774326862ca6003b2c67aaff (patch)
treec46aefad63e807766771c8102786e7f993bcd1fd
parentc7f1f482e01c2ce0061099779af8f74ef5cbde62 (diff)
Add debugging for asymptote on Windows.
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1b26827..0e497d2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -123,7 +123,13 @@ jobs:
dot -c
choco install --yes --no-progress gnuplot
+ gnuplot --version
+
choco install --yes --no-progress asymptote
+ refreshenv
+ asy -version
+ asy -environment
+
choco install --yes --no-progress plantuml
plantuml -h