Skip to content

Commit

Permalink
Correct the README
Browse files Browse the repository at this point in the history
  • Loading branch information
foretspaisibles committed Sep 14, 2023
1 parent cd15289 commit a6898ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
- push

jobs:
install-quicklisp-on-tier-1-platforms:
exercise-on-tier-1-platforms:
strategy:
matrix:
implementation: ['abcl', 'ecl', 'sbcl']
Expand All @@ -75,7 +75,7 @@ jobs:
- uses: melusina-org/setup-quicklisp@v1
with:
implementation: '${{ matrix.implementation }}'
- uses: ./
- uses: melusina-org/asdf-operate@v1
with:
implementation: '${{ matrix.implementation }}'
system: 'alexandria'
Expand Down

0 comments on commit a6898ba

Please sign in to comment.