Skip to content

Commit

Permalink
clasp
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Mar 8, 2024
1 parent e7c11ff commit 7f375b2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
strategy:
matrix:
os:
# - ubuntu-latest
# - windows-latest
- ubuntu-latest
- windows-latest
- macos-latest
lisp:
## windows-latest, sbcl-bin: Tests isn't actually, but everything is green
Expand All @@ -27,8 +27,11 @@ jobs:
## ubuntu-latest, abcl-bin: Unsupported directory component HOME.
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8208066035/job/22450691213
## windows-latest, abcl-bin: abcl-bin/system does not exist.stop.
- abcl-bin
# - clasp-bin
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8208066035/job/22450783997
## macos-latest, abcl-bin: Unsupported directory component HOME.
## Ref https://github.com/simendsjo/sijo-version/actions/runs/8208099990/job/22450796113
# - abcl-bin
- clasp-bin
# - cmu-bin
# - clisp-head
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7f375b2

Please sign in to comment.