Skip to content

Commit

Permalink
Trace the output of the configuration step
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 26, 2023
1 parent 609d1eb commit 7b7d101
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ runs:
LISP_IMPLEMENTATION: ${{ inputs.implementation }}
LISP_SYSTEM: ${{ inputs.system }}

- name: 'Trace the output of configuration'
shell: sh
run: |
cat <<EOF
implementation: ${{ steps.configure.outputs.implementation }}
system: ${{ steps.configure.outputs.system }}
EOF
- name: 'Build Common Lisp program'
uses: melusina-org/asdf-operate@v1
with:
Expand Down

0 comments on commit 7b7d101

Please sign in to comment.