Skip to content

Commit

Permalink
Use Ultralisp for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed May 13, 2024
1 parent 7e7c404 commit 585b137
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 585b137

Please sign in to comment.