Skip to content

Commit

Permalink
Remove CCL from CI pipeline
Browse files Browse the repository at this point in the history
The pipeline hangs for hours at the Roswell install step for CCL.
Remove it until we can find out what's going on.
  • Loading branch information
gschjetne authored Aug 10, 2023
1 parent 4fbc3b1 commit ce66df7
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 @@ -22,7 +22,7 @@ jobs:
name: ${{ matrix.lisp }} on ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl]
lisp: [ sbcl-bin ]
os: [ ubuntu-latest ]

# run the job on every combination of "lisp" and "os" above
Expand Down

0 comments on commit ce66df7

Please sign in to comment.