Skip to content

Commit

Permalink
Update common-lisp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanEricNitschke authored Jun 19, 2024
1 parent 1bfb4cf commit f866983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/common-lisp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
# setup-lisp requires an env variable to be set, not matrix.lisp
- name: Set LISP env var
run: echo "LISP=${{ matrix.lisp }}" >> $GITHUB_ENV
- uses: 40ants/setup-lisp@v2
# with:
# asdf-system: tictactoe_common-lisp
- uses: 40ants/setup-lisp@v4
with:
asdf-system: tictactoe_common-lisp
- name: Compile
run: |
ros -L sbcl-bin run -- --eval "(let ((warning (nth-value 1 (compile-file \"src/tictactoe_common-lisp.lisp\")))) (if warning (sb-ext:exit :code 1) (sb-ext:exit)))"
Expand Down

0 comments on commit f866983

Please sign in to comment.