Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Jun 5, 2024
1 parent 591ac94 commit 2f639fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
# current ccl-bin has a flaky zip file, so roswell can't install it.
# Specify a version that works for now.
lisp: [ sbcl, ccl-bin, ecl ]
lisp: [ sbcl, ccl-bin, ccl, ecl, abcl ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
include:
- os: ubuntu-latest
Expand All @@ -30,6 +30,8 @@ jobs:
lisp: ecl
- os: windows-latest
lisp: sbcl
- os: macos-latest
lisp: ccl-bin

# run the job on every combination of "lisp" and "os" above
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -67,7 +69,7 @@ jobs:

- name: cache .roswell
id: cache-dot-roswell
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.roswell
key: ${{ runner.os }}-dot-roswell-${{ matrix.lisp }}-${{ hashFiles('**/*.asd') }}
Expand Down

0 comments on commit 2f639fe

Please sign in to comment.