diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 276be53..88a80e6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,8 +32,6 @@ jobs: lisp: clisp-head - os: ubuntu-latest lisp: ecl - - os: ubuntu-latest - lisp: allegro - os: ubuntu-latest lisp: abcl-bin - os: ubuntu-latest @@ -41,6 +39,9 @@ jobs: - os: ubuntu-latest lisp: cmu-bin + # See issue: https://github.com/40ants/setup-lisp/issues/22 + # - os: ubuntu-latest + # lisp: allegro # See issue: https://github.com/40ants/setup-lisp/issues/15 # - os: ubuntu-latest # lisp: clisp diff --git a/docs.lisp b/docs.lisp index d3e589c..5f2e74c 100644 --- a/docs.lisp +++ b/docs.lisp @@ -93,7 +93,7 @@ when trying to call `ros` or `qlot` scripts: | **Implementation** | **Supported** | |--------------------|------------------------------------------------------| | abcl-bin | ✅ | -| allegro | ✅ (sometimes fails because of \"expired-license\") | +| allegro | [❌](https://github.com/40ants/setup-lisp/issues/22) | | ccl-bin | ✅ | | clasp | [❌](https://github.com/40ants/setup-lisp/issues/16) | | clasp-bin | ✅ |