Skip to content

Commit

Permalink
[ci] test more Lisps
Browse files Browse the repository at this point in the history
  • Loading branch information
oldk1331 committed Oct 15, 2024
1 parent 483b5f3 commit 6881e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-ccl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
tar xvf ccl-1.13-linuxx86.tar.gz
- name: configure
run: ./configure --with-lisp=`pwd ./ccl/lx86cl64` --with-gmp --with-x || cat config.log
run: ./configure --with-lisp=`pwd`/ccl/lx86cl64 --with-gmp --with-x || cat config.log

- name: make
run: make -j4 --output-sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-gcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install gcl libxpm-dev
sudo apt-get install gcl libxpm-dev libreadline-dev
- name: configure
run: ./configure --with-lisp=gcl --with-x || cat config.log
Expand Down

0 comments on commit 6881e01

Please sign in to comment.