From e3f47732579ade5a1295072d693ceb8dfb03769d Mon Sep 17 00:00:00 2001 From: paku Date: Sun, 12 Jan 2025 13:07:52 +0900 Subject: [PATCH] Fix --- .github/workflows/CI.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5c662f5..675ae55 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,18 +14,16 @@ jobs: matrix: lisp: - sbcl-bin + - ccl-bin + + env: + LISP: ${{ matrix.lisp }} steps: - uses: actions/checkout@v4 - - - name: Install dependencies - env: - LISP: ${{ matrix.lisp }} - run: | - curl -L https://raw.githubusercontent.com/roswell/roswell/master/scripts/install-for-ci.sh | sh - ros install fukamachi/qlot - PATH="~/.roswell/bin:$PATH" - qlot install - - - name: Run tests - run: .qlot/bin/rove ningle-fbr.asd + - uses: 40ants/setup-lisp@v4 + with: + asdf-system: ningle-fbr + - uses: 40ants/run-tests@v2 + with: + asdf-system: ningle-fbr \ No newline at end of file