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/action.yml b/action.yml index 58c274f..569f24e 100644 --- a/action.yml +++ b/action.yml @@ -272,20 +272,19 @@ runs: mkdir -p ~/.roswell cat >> ~/.roswell/init.lisp <