From 585b137fde19207ebbb48a14633a028db00e4b07 Mon Sep 17 00:00:00 2001 From: Eitaro Fukamachi Date: Mon, 13 May 2024 03:28:29 +0000 Subject: [PATCH] Use Ultralisp for CI. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 807353e..56f1288 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,8 @@ jobs: ROSWELL_INSTALL_DIR: /usr run: | curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh + - name: Install Ultralisp + run: ros -e '(ql-dist:install-dist "http://dist.ultralisp.org/" :prompt nil)' - name: Install Rove run: ros install rove - name: Run tests