Skip to content

Commit

Permalink
Add Windows to Tier 1 platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Oct 5, 2023
1 parent b3af228 commit a96f7a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
implementation: ['sbcl']
os: ['ubuntu-latest', 'macos-latest']
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
runs-on: '${{ matrix.os }}'
name: 'Exercise on Tier 1 Platform'
steps:
Expand Down
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ runs:
id: configure
shell: sh
run: |
${{ github.action_path }}/with_lisp_implementation ${{ inputs.implementation }} <<EOF
${GITHUB_ACTION_PATH}/with_lisp_implementation ${{ inputs.implementation }} <<EOF
(ql:quickload '#:org.melusina.github-action.make-common-lisp-program)
(org.melusina.github-action.make-common-lisp-program:configure)
EOF
env:
LISP_SYSTEM: ${{ inputs.system }}

Expand Down

0 comments on commit a96f7a0

Please sign in to comment.