summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal J. Gajda <mjgajda@migamake.com>2023-09-13 21:29:07 +0200
committerMichal J. Gajda <mjgajda@migamake.com>2023-09-13 21:29:07 +0200
commit6a8d50114a2b1284cca06dbbcf16234383c3a68d (patch)
tree6b11ec9b53cc15fbe0fe924c23e9f674e0b01d0b
parent20028af9efff95537ac12b7639edb8b401ad1224 (diff)
Debug asy -environment
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 57a4002..1b26827 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -109,6 +109,7 @@ jobs:
sudo apt-get --quiet --yes install plantuml
echo $(dot -version</dev/null)
echo $(asy --version)
+ echo $(asy --environment)
echo $(plantuml -version)
# The ubuntu package version is too old
sudo curl -L "http://sourceforge.net/projects/plantuml/files/plantuml.jar/download" -o "/usr/share/plantuml/plantuml.jar"