Skip to content

Commit 0e47552

Browse files
committed
Fix typo
1 parent c7f3b9e commit 0e47552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
# ccl --batch --load scripts/usr-install.lisp
9898

9999
- name: Install CLASP kernel
100-
if: {{ matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-latest' }}
100+
if: matrix.os != 'windows-latest'
101101
run: |
102102
iclasp-boehmprecise --non-interactive --load scripts/usr-install.lisp
103103
104104
- name: Install ECL kernel
105-
if: {{ matrix.os == 'ubuntu-22.04' || matrix.os == 'macos-latest' }}
105+
if: matrix.os != 'windows-latest'
106106
run: |
107107
ecl --load scripts/usr-install.lisp --eval '(ext:quit)'
108108

0 commit comments

Comments
 (0)