Skip to content

Commit cae7b0e

Browse files
authored
Update ci.yml
1 parent d0794cb commit cae7b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
- name: Install CLASP kernel
100100
if: matrix.os != 'windows-latest'
101101
run: |
102-
iclasp --non-interactive --load scripts/usr-install.lisp
102+
clasp --non-interactive --load scripts/usr-install.lisp
103103
104104
- name: Install ECL kernel
105105
if: matrix.os != 'windows-latest'

0 commit comments

Comments
 (0)