Skip to content

Commit

Permalink
fixup! Handle failures in ABCL
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 15, 2023
1 parent 13387ca commit 3355767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
implementation: '${{ matrix.implementation }}'
system: 'alexandria'
operation: 'compile-op'
operation: 'asdf:compile-op'

exercise-on-tier-2-platforms:
needs: exercise-on-tier-1-platforms
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
with:
implementation: '${{ matrix.implementation }}'
system: 'alexandria'
operation: 'compile-op'
operation: 'asdf:compile-op'
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
shell: sh
run: |
${{ github.action_path }}/with_lisp_implementation ${{ inputs.implementation }} <<EOF
(handle-case
(handler-case
(progn
(require '#:asdf)
(require '#:${{ inputs.system }}))
Expand Down

0 comments on commit 3355767

Please sign in to comment.