We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471c242 commit 69fce5bCopy full SHA for 69fce5b
1 file changed
.github/workflows/github-actions-ci.yml
@@ -73,6 +73,7 @@ jobs:
73
- name: Build Maxima with gcl
74
# Make sure we use the ANSI version of gcl.
75
run: |
76
+ gcl --version
77
GCL_ANSI=t make -C src gcl
78
79
# The user manual needs to be built before the tests are run
0 commit comments