We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f3b9e commit 0e47552Copy full SHA for 0e47552
.github/workflows/ci.yml
@@ -97,12 +97,12 @@ jobs:
97
# ccl --batch --load scripts/usr-install.lisp
98
99
- name: Install CLASP kernel
100
- if: {{ matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-latest' }}
+ if: matrix.os != 'windows-latest'
101
run: |
102
iclasp-boehmprecise --non-interactive --load scripts/usr-install.lisp
103
104
- name: Install ECL kernel
105
106
107
ecl --load scripts/usr-install.lisp --eval '(ext:quit)'
108
0 commit comments