diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ed38b527..c5304deb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,15 +25,12 @@ jobs: set -ex ros config set dynamic-space-size 2048 + ros install fukamachi/qlot - ros install cxxxr/sblint fukamachi/rove fukamachi/qlot lem - - export PATH=$HOME/.roswell/bin:$PATH - - sblint src/base/lem-base.asd - sblint lem.asd - sblint lib/lisp-syntax/lem-lisp-syntax.asd - sblint extensions/lisp-mode/lem-lisp-mode.asd + qlot exec .qlot/bin/sblint src/base/lem-base.asd + qlot exec .qlot/bin/sblint sblint lem.asd + qlot exec .qlot/bin/sblint lib/lisp-syntax/lem-lisp-syntax.asd + qlot exec .qlot/bin/sblint extensions/lisp-mode/lem-lisp-mode.asd if [ $(grep -r --include="*.lisp" 'lem::' | wc -l) -ne 0 ]; then echo 'using `lem::` internal symbols'