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 Aug 10, 2024
1 parent 223191e commit 752b6df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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 752b6df

Please # to comment.