Skip to content

Commit

Permalink
Disable ECL in CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Dec 21, 2022
1 parent 0ae7ea3 commit db41855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl-bin, ecl]
lisp: [sbcl-bin, ccl-bin]
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down

0 comments on commit db41855

Please sign in to comment.